@charset "utf-8";

/* テキスト装飾 */
.fr-text-gray {
  color: #aaa !important;
}
.fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}
li.fr-text-bordered + li.fr-text-bordered {
  border-top: 0px;
}
.fr-text-spaced {
  letter-spacing: 1px;
}
.fr-text-uppercase {
  text-transform: uppercase;
}
.fr-class-highlighted {
  background-color: #ffff00;
}
.fr-class-code {
  border-color: #cccccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f5f5f5;
  padding: 10px;
  font-family: "Courier New", Courier, monospace;
}
.fr-class-transparency {
  opacity: 0.5;
}

/* 罫線 */
.cp-hr-100{
  border-width: 0;
  border-style: solid;
  border-top: 1px solid #ccc;
}
.cp-hr-400{
  border-width: 0;
  border-style: solid;
  border-top: 4px solid #ccc;
}
.cp-hr-800{
  border-width: 0;
  border-style: solid;
  border-top: 8px solid #ccc;
}
.cp-hr-dashed{
  border-width: 0;
  border-top: 1px dashed #ccc;
}

/* 顔文字 */
span.fr-emoticon {
  font-weight: normal;
  font-family: "Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";
  display: inline;
  line-height: 0;
}
span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -.1em .1em .1em;
  line-height: 1;
  vertical-align: middle;
}

/* 画像の角を丸くする */
img.fr-rounded,
.fr-img-caption.fr-rounded img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* 画像に境界線を追加 */
img.fr-bordered, 
.fr-img-caption.fr-bordered img {
  border: solid 5px #CCC;
}

img.fr-bordered {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fr-img-caption.fr-bordered img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* 画像にドロップシャドウ */
img.fr-shadow,
.fr-img-caption.fr-shadow img {
    -webkit-box-shadow: 10px 10px 5px 0px #cccccc;
    -moz-box-shadow: 10px 10px 5px 0px #cccccc;
    box-shadow: 10px 10px 5px 0px #cccccc;
}

.cp-text-col2,
.cp-text-col3,
.cp-text-col4{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
}
.cp-text-col2 .cp-text-l,
.cp-text-col2 .cp-text-r,
.cp-text-col3 .cp-text-l,
.cp-text-col3 .cp-text-r,
.cp-text-col4 .cp-text-l,
.cp-text-col4 .cp-text-r{
  float: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cp-text-col2 .cp-text-l {
  margin-right: 4.545%;
}
.cp-text-col3 .cp-text-l {
  margin-right: 4.65875%;
}
.cp-text-col4 .cp-text-l {
  margin-right: 2.27266%;
}
@media screen and (max-width: 1200px) {
  .cp-text-col2,
  .cp-text-col3,
  .cp-text-col4{
    display: block;
  }
  .cp-text-col2 .cp-text-l,
  .cp-text-col3 .cp-text-l,
  .cp-text-col4 .cp-text-l {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .cp-text-col2 .cp-text-r,
  .cp-text-col3 .cp-text-r,
  .cp-text-col4 .cp-text-r {
    width: 100%;
  }
}

/* 基本 */
[data-area="content"] strong {
  font-weight: 700;
}
[data-area="content"] em {
  font-style: italic;
}
[data-area="content"] sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
[data-area="content"] sub {
  font-size: 70%;
  vertical-align: bottom;
  position: relative;
  bottom: -0.1em;
}
[data-area="content"] ul > li {
  position: relative;
  margin: 10px 0;
  padding-left: 38px;
  text-indent: -38px;
  text-align: left;
}
[data-area="content"] ul > li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: -1px 18px 0 15px;
  background: #222;
  border-radius: 50%;
  vertical-align: middle;
}
[data-area="content"] ul > li a {
  padding: 3px 0 3px 40px;
  margin-left: -40px;
}
[data-area="content"] ul > li a::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 10px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/albums/css/basic2-blocks2/abm00008744.svg) no-repeat center center #333;
  background-size: 15px 15px;
}
[data-area="content"] ol{
  list-style: decimal;
  margin-left: 38px;
  line-height: 1.8;
}
[data-area="content"] ol > li {
  margin: 10px 0;
}
[data-area="content"].fr-editor ul > li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
[data-area="content"].fr-editor ul > li::before {
  content: none;
}
[data-area="content"].fr-editor ul > li a {
  margin: 0;
  padding: 0;
}
[data-area="content"].fr-editor ul > li a::before {
  position: static;
  display: inline;
  background: none;
}

/* ボタン　デフォルトスタイル */
[data-area="content"] .weight-1{
  font-size: 36px;
  font-size: 3.6rem;
}
[data-area="content"] .weight-2{
  font-size: 27px;
  font-size: 2.7rem;
}
[data-area="content"] .weight-3{
  font-size: 21px;
  font-size: 2.1rem;
}

[data-area="content"] .button1,
[data-area="content"] .button2,
[data-area="content"] .button3{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
}
[data-area="content"] .button1 {
  justify-content: flex-start;
}
[data-area="content"] .button2 {
  justify-content: center;
}
[data-area="content"] .button3 {
  justify-content: flex-end;
}

[data-area="content"] .button1 .button-inner,
[data-area="content"] .button2 .button-inner,
[data-area="content"] .button3 .button-inner {
  display: -webkit-flex;
  display: flex;
  border: 1px solid #ccc;
  background-color: #fff;
  min-width: 32.3%;
  padding: 10px 10px 10px 40px;
}
[data-area="content"] .button1 a,
[data-area="content"] .button2 a,
[data-area="content"] .button3 a{
  position: relative;
  display: block;
  width: calc(100% + 50px);
  margin: -10px -10px -10px -40px;
  padding: 10px 10px 10px 40px;
  color: #222;
  text-decoration: none;
}
[data-area="content"] .button1 a::before,
[data-area="content"] .button2 a::before,
[data-area="content"] .button3 a::before{
  content: "";
  position: absolute;
  top: 16px;
  left: 10px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/albums/css/basic2-blocks2/abm00008744.svg) no-repeat center center #333;
  background-size: 15px 15px;
}
[data-area="content"] .button1 a:hover,
[data-area="content"] .button2 a:hover,
[data-area="content"] .button3 a:hover{
  
}

[data-area="content"] .FF-1{
  font-family: "游ゴシック", sans-serif;
}
[data-area="content"] .FF-2{
  font-family: "メイリオ", sans-serif;
}
[data-area="content"] .FF-3{
  font-family: "Segoe UI", sans-serif;
}
[data-area="content"] .FF-4{
  font-family: "ヒラギノ角ゴ Pro", sans-serif;
}
[data-area="content"] .FF-5{
  font-family: "游明朝", serif;
}

/* 基本ブロック全て */
.cp-all{
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 1.8;
  z-index: 0;
}

.cp-all::before{
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  pointer-events: none;
}

[data-area="content"] {
  text-align: justify;
}
[data-area="content"] .cp-h1-text {
  position: relative;
  margin-top: 50px;
  margin-bottom: 80px;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 4px;
  color: #222;
}

@media screen and (max-width: 1200px) {
  [data-area="content"] {
    text-align: left;
  }
  [data-area="content"] .cp-h1-text {
    padding-bottom: 40px;
  }
}

[data-area="content"] .cp-h1-text:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1200px) {
  [data-area="content"] .cp-h1-text::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 1px;
    background: #ccc;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

@media screen and (max-width: 1200px) {
  [data-area="content"] .cp-h1-text {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 30px;
    font-size: 3rem;
  }
}

[data-area="content"] .cp-h2-text {
  position: relative;
  margin-top: 50px;
  margin-bottom: 70px;
  padding-top: 50px;
  padding-bottom: 30px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  color: #222;
}

[data-area="content"] .cp-h2-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #555;
}

@media screen and (max-width: 1200px) {
  [data-area="content"] .cp-h2-text::before {
    content: none;
  }
}

[data-area="content"] .cp-h2-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 1px;
  background: #555;
}

@media screen and (max-width: 1200px) {
  [data-area="content"] .cp-h2-text::after {
    background: #006f37;
  }
}

@media screen and (max-width: 1200px) {
  [data-area="content"] .cp-h2-text {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
    font-size: 26px;
    font-size: 2.6rem;
  }
}

[data-area="content"] .cp-h3-text {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 40px;
  padding-bottom: 30px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #222;
}

[data-area="content"] .cp-h3-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #555;
}

@media screen and (max-width: 1200px) {
  [data-area="content"] .cp-h3-text::before {
    content: none;
  }
}

[data-area="content"] .cp-h3-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 1px;
  background: #555;
}

@media screen and (max-width: 1200px) {
  [data-area="content"] .cp-h3-text::after {
    background: #006f37;
  }
}

@media screen and (max-width: 1200px) {
  [data-area="content"] .cp-h3-text {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 21px;
    font-size: 2.1rem;
  }
}

[data-area="content"] .cp-h3-text.consecutive {
  margin-top: -70px;
}
[data-area="content"] .cp-h3-text.consecutive::before {
  content: none;
}
@media screen and (max-width: 1200px) {
  [data-area="content"] .cp-h3-text.consecutive {
    margin-top: -20px;
  }
}

[data-area="content"] .cp-h4-text {
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.55;
  color: #222;
}

@media screen and (max-width: 1200px) {
  [data-area="content"] .cp-h4-text {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

[data-area="content"] .cp-h5-text {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.65;
  color: #222;
}

@media screen and (max-width: 1200px) {
  [data-area="content"] .cp-h5-text {
    margin-top: 40px;
    margin-bottom: 10px;
  }
}

[data-area="content"] .lead1 {
  margin-top: 50px;
  margin-bottom: 60px;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.75;
  color: #006f37;
}

@media screen and (max-width: 1200px) {
  [data-area="content"] .lead1 {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

[data-area="content"] .lead2 {
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.7;
  color: #006f37;
}

@media screen and (max-width: 1200px) {
  [data-area="content"] .lead2 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 2rem;
  }
}

[data-area="content"] .img-wrap-link:hover {
  opacity: 0.7;
}

/* ブロック内ボタン */
.cp-link-btn{
  display: table;
  margin: 20px 0;
  padding: 4px 20px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
}
.cp-link-btn:hover{
  opacity: 0.7;
}

/* 囲み */
.cp-wp::before{
  top: -21px;
  height: calc(100% + 42px);
}
[data-area="content"] .cp-wp.cp-text .cp-text-item {
  display: -ms-flexbox;
  display: flex;
}
[data-area="content"] .cp-wp.cp-text .cp-text-item .cp-inner,
[data-area="content"] .cp-wp.cp-img .cp-img-item .cp-inner{
  width: 100%;
  padding: 20px;
  background: #f6f6f9;
}
[data-area="content"] .cp-wp.cp-text .cp-text-item .cp-inner:empty,
[data-area="content"] .cp-wp.cp-img .cp-img-item .cp-inner:empty {
  display: none;
}
[data-area="content"] .cp-wp.cp-horizontal .cp-horizontal-item,
[data-area="content"] .cp-wp.cp-vertical .cp-vertical-item {
  padding: 20px;
  background: #f6f6f9;
}
@media screen and (max-width: 1200px) {
  [data-area="content"] .cp-wp.cp-all + .cp-wp.cp-all{
    margin-top: -20px;
  }
  [data-area="content"] .cp-wp.cp-text .cp-text-item .cp-inner,
  [data-area="content"] .cp-wp.cp-img .cp-img-item .cp-inner,
  [data-area="content"] .cp-wp.cp-horizontal .cp-horizontal-item,
  [data-area="content"] .cp-wp.cp-vertical .cp-vertical-item{
    padding: 20px 4%;
  }
}

/* テーブル */
[data-area="content"] table{
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  border-collapse: collapse;
  border-spacing: 0;
}
[data-area="content"] .cp-text-item table,
[data-area="content"] .cp-it-text table:first-child,
[data-area="content"] .cp-ti-text table:first-child{
  margin-top: 0;
}
[data-area="content"] .cp-text-item table:last-child,
[data-area="content"] .cp-it-text table:last-child,
[data-area="content"] .cp-ti-text table:last-child{
  margin-bottom: 0;
}
[data-area="content"] table th{
  padding: 10px 15px;
  border: 1px solid #999;
  background: #e6e6e6;
}
[data-area="content"] table td{
  padding: 10px 15px;
  border: 1px solid #999;
}
[data-area="content"] table.fr-dashed-borders {
  border-style: dashed !important;
  border-width: inherit !important;
}

[data-area="content"] table.fr-dashed-borders td,
[data-area="content"] table.fr-dashed-borders th {
  border-style: dashed !important;
}

[data-area="content"] table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: #f5f5f5 !important;
}

[data-area="content"] table.fr-table-border-vertical {
  border: none !important;
}

[data-area="content"] table.fr-table-border-vertical th,
[data-area="content"] table.fr-table-border-vertical td {
  border-top: 0px !important;
  border-bottom: 0px !important;
}

[data-area="content"] table.fr-table-border-horizontal {
  border: none !important;
}

[data-area="content"] table.fr-table-border-horizontal th,
[data-area="content"] table.fr-table-border-horizontal td {
  border-left: 0px !important;
  border-right: 0px !important;
}

[data-area="content"] table.fr-table-border-none {
  border: none !important;
}

[data-area="content"] table.fr-table-border-none th,
[data-area="content"] table.fr-table-border-none td {
  border: none !important;
}

[data-area="content"] table.fr-table-border-1px th,
[data-area="content"] table.fr-table-border-1px td {
  border-width: 1px !important;
}

[data-area="content"] table.fr-table-border-2px th,
[data-area="content"] table.fr-table-border-2px td {
  border-width: 2px !important;
}

[data-area="content"] table.fr-table-border-3px th,
[data-area="content"] table.fr-table-border-3px td {
  border-width: 3px !important;
}

[data-area="content"] table.fr-table-cellPadding-10 th,
[data-area="content"] table.fr-table-cellPadding-10 td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

[data-area="content"] table.fr-table-cellPadding-20 th,
[data-area="content"] table.fr-table-cellPadding-20 td {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

[data-area="content"] table.fr-table-cellPadding-30 th,
[data-area="content"] table.fr-table-cellPadding-30 td {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

[data-area="content"] table.fr-table-cellPadding-40 th,
[data-area="content"] table.fr-table-cellPadding-40 td {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

[data-area="content"] table.fr-table-cellPadding-50 th,
[data-area="content"] table.fr-table-cellPadding-50 td {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

[data-area="content"] table.fr-table-cellPadding-60 th,
[data-area="content"] table.fr-table-cellPadding-60 td {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

[data-area="content"] table.fr-table-cellPadding-70 th,
[data-area="content"] table.fr-table-cellPadding-70 td {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

[data-area="content"] table.fr-table-cellPadding-80 th,
[data-area="content"] table.fr-table-cellPadding-80 td {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

[data-area="content"] table.fr-table-cellPadding-90 th,
[data-area="content"] table.fr-table-cellPadding-90 td {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

[data-area="content"] table.fr-table-cellPadding-100 th,
[data-area="content"] table.fr-table-cellPadding-100 td {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

[data-area="content"] table td.fr-highlighted,
[data-area="content"] table th.fr-highlighted {
  border: 1px double red;
}

[data-area="content"] table td.fr-thick,
[data-area="content"] table th.fr-thick {
  border-width: 2px;
}

[data-area="content"] table td.fr-highlighted,
[data-area="content"] table th.fr-highlighted {
      border: 1px double red;
}

[data-area="content"] table td.fr-thick,
[data-area="content"] table th.fr-thick {
      border-width: 2px;
}
[data-area="content"] .table-scroll.small th,
[data-area="content"] .table-scroll.small td {
  padding: 4px;
}

@media screen and (max-width: 1200px) {
  [data-area="content"] .table-scroll-wrap{
    display: block;
    overflow-x: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
  }
  [data-area="content"] .table-scroll-wrap::before {
    content: '※横にスクロールしてご覧いただけます。';
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  [data-area="content"] .table-scroll-wrap table{
    width: 1200px !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/* テキスト */
[data-area="content"] .cp-text {
  display: -ms-flexbox;
  display: flex;
}

[data-area="content"] .cp-text .cp-text-item {
  width: 100%;
  flex-basis: auto;
}

[data-area="content"] .cp-text .cp-text-l {
  margin-right: 40px;
}
@media screen and (max-width: 1200px) {
  [data-area="content"] .cp-text{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  [data-area="content"] .cp-text .cp-text-l{
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* 画像 */
[data-area="content"] span.fr-img-caption{
  position:relative;
  display:block;
  max-width:100%;
  margin:5px auto;
  vertical-align:top;
  text-align:center;
}
[data-area="content"] span.fr-img-caption .fr-img-wrap {
  position: relative;
  display: inline-block;
  max-width: 100% !important;
  width: auto;
  margin: 5px auto;
  vertical-align: top;
  text-align: center;
}
[data-area="content"] span.fr-img-caption.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right;
}
[data-area="content"] span.fr-img-caption.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left;
}
[data-area="content"] .cp-img{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
}
[data-area="content"] .cp-img img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
[data-area="content"] .cp-img .fr-inner {
  display: inline-block;
  padding-top: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  text-align: left;
}
[data-area="content"] .cp-img-item{
  width: 100%;
}
[data-area="content"] .cp-img .cp-img-l {
  margin-right: 40px;
}
@media screen and (max-width: 1200px) {
  [data-area="content"] .cp-img{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  [data-area="content"] .cp-img .cp-img-l{
    margin-right: 0;
    margin-bottom: 20px;
  }
}
[data-area="content"] .cp-full-img {
  width: calc(100vw - 80px);
  margin-left: calc(50% - 50vw + 40px);
  margin-right: calc(50% - 50vw);
  max-width: none;
}
@media screen and (max-width: 1200px) {
  [data-area="content"] .cp-full-img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}

/* 画像（縦） */
[data-area="content"] .cp-vertical {
  display: -ms-flexbox;
  display: flex;
}
[data-area="content"] .cp-vertical img {
  max-width: 100%;
  height: auto;
}
[data-area="content"] .cp-vertical .cp-vertical-item {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1;
}
[data-area="content"] .cp-vertical .cp-vertical-text {
  flex: 1 1 auto;
}
[data-area="content"] .cp-vertical .cp-vertical-l {
  margin-right: 20px;
}
[data-area="content"] .cp-it.cp-vertical .cp-vertical-text {
  margin-top: 10px;
}
[data-area="content"] .cp-ti.cp-vertical .cp-vertical-text {
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  [data-area="content"] .cp-vertical{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  [data-area="content"] .cp-vertical .cp-vertical-l{
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* 画像（横） */
[data-area="content"] .cp-horizontal{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
[data-area="content"] .cp-horizontal img{
  max-width: 100%;
  height: auto;
}
[data-area="content"] .cp-horizontal .cp-horizontal-item{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  -ms-flex: 0 0 auto;
}
[data-area="content"] .cp-horizontal .cp-horizontal-l{
  margin-right: 40px;
}
[data-area="content"] .cp-horizontal .cp-horizontal-img{
  width: 420px;
}
[data-area="content"] .cp-horizontal .cp-horizontal-text{
  width: calc(100% - 420px);
}
[data-area="content"] .cp-horizontal .cp-horizontal-img {
  text-align: center;
}
[data-area="content"] .cp-ti.cp-horizontal .cp-horizontal-text{
  padding-right: 40px;
}
[data-area="content"] .cp-it.cp-horizontal .cp-horizontal-text{
  padding-left: 40px;
}
@media screen and (max-width: 1200px) {
  [data-area="content"] .cp-horizontal{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  [data-area="content"] .cp-horizontal .cp-horizontal-item{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  [data-area="content"] .cp-horizontal .cp-horizontal-img,
  [data-area="content"] .cp-horizontal .cp-horizontal-text{
    width: 100%;
  }
  [data-area="content"] .cp-horizontal .cp-horizontal-l{
    margin-bottom: 20px;
  }
  [data-area="content"] .cp-ti.cp-horizontal .cp-horizontal-text{
    padding-right: 0;
    margin-bottom: 10px;
  }
  [data-area="content"] .cp-it.cp-horizontal .cp-horizontal-text{
    padding-left: 0;
    margin-top: 10px;
  }
}
[data-area="content"] .cp-horizontal .cp-horizontal-img,
[data-area="content"] .cp-vertical .cp-vertical-img {
  overflow: hidden;/*IE対策*/
}

/* 画像（PC/SP切替） */
[data-area="content"] .cp-img-change img{
  max-width: 100%;
  height: auto;
}
[data-area="content"] .cp-img-change .cp-img-item > *:last-child{
  display: none;
}
@media screen and (max-width: 1200px) {
  [data-area="content"] .cp-img-change .cp-img-item > *:first-child{
    display: none;
  }
  [data-area="content"] .cp-img-change .cp-img-item > *:last-child{
    display: inline-block;
  }
}


/* 線 */
.cp-border{
  border-top: 1px solid #ccc;
}
.cp-border hr{
  display: none;
}

/* 余白 */
.cp-space{
  height: 80px;
}

/* テキスト＋iframe */
.cp-ft-text {
  padding-left: 40px;
}
.cp-tf-text {
  padding-right: 40px;
}
.cp-ft-img.yt > .cp-inner,
.cp-tf-img.yt > .cp-inner,
.cp-ft-img.yt > .fr-video,
.cp-tf-img.yt > .fr-video {
  position: relative;
  padding-top: 56.25%
}
.fr-view .cp-ft-img.yt .fr-video,
.fr-view .cp-tf-img.yt .fr-video {
  position: static;
}
[data-area="content"] .fr-block .cp-ft-img.yt .cp-external-text-area,
[data-area="content"] .fr-block .cp-tf-img.yt .cp-external-text-area {
  position: relative;
  background: #fff;
}
.cp-ft-img iframe,
.cp-tf-img iframe {
  width: 100%;
}
.cp-ft-img.yt iframe,
.cp-tf-img.yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .cp-ft-text {
    margin-top: 20px;
    padding-left: 0;
  }
  .cp-tf-text {
    margin-bottom: 20px;
    padding-right: 0;
  }
}

/* アンカーリンクメニュー */
[data-area="content"] .cp-anchor-menu {
  margin-top: 50px;
  margin-bottom: 80px;
}
[data-area="content"] .cp-anchor-menu ul,
[data-area="content"] .cp-anchor-menu ol {
  text-align: left;
}
[data-area="content"] .cp-anchor-menu li{
  display: inline-block;
  margin: 0 20px 0 0;
  padding-left: 0;
  text-indent: 0;
}
[data-area="content"] .cp-anchor-menu li:last-child{
  margin-right: 0;
}
[data-area="content"] .cp-anchor-menu li::before{
  content: none;
}
[data-area="content"] .cp-anchor-menu li a {
  padding: 0;
  margin-left: 0;
}
[data-area="content"] .cp-anchor-menu li a::before {
  content: none;
}
[data-area="content"] .cp-anchor-menu li a::after {
  content: "\25B6";
  display: inline-block;
  padding-left: 0.5em;
  color: #222;
}
[data-area="content"] .cp-anchor-menu li a[href*="#"]::after {
  content: "▼";
}

/* 別ページリンクメニュー */
[data-area="content"] .cp-blank-menu ul,
[data-area="content"] .cp-blank-menu ol{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -5px 0;
  padding: 0;
  list-style: none;
}
[data-area="content"] .cp-blank-menu li{
  position: relative;
  margin-right: 15px;
  margin-bottom: 5px;
  padding-left: 20px;
}
[data-area="content"] .cp-blank-menu li::before{
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #333;
  border-radius: 50%;
  background: #333;
}
[data-area="content"] .cp-blank-menu li::after{
  content: "";
  position: absolute;
  top: 10px;
  left: 4px;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg) skew(8deg,8deg);
}

/* ボタン */
[data-area="content"] .cp-btn + .cp-btn{
  margin-top: -40px;
}
[data-area="content"] .cp-btn ul,
[data-area="content"] .cp-btn ol{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
[data-area="content"] .cp-btn li{
  padding: 10px 10px 10px 40px;
  border: 1px solid #ccc;
  background-color: #fff;
  text-indent: 0;
  margin: 0 20px 20px 0;
}
[data-area="content"] .cp-btn li::before {
  content: none;
}
[data-area="content"] .cp-btn.cp-btn-01 li{
  width: 100%;
}
[data-area="content"] .cp-btn.cp-btn-02 li{
  width: calc( 50% - 10px );
}
[data-area="content"] .cp-btn.cp-btn-03 li{
  width: calc( ( 100% - 41px ) / 3);
}
[data-area="content"] .cp-btn.cp-btn-04 li{
  width: calc( 25% - 15px );
}
[data-area="content"] .cp-btn.cp-btn-05 li{
  width: calc( 20% - 16px );
}
[data-area="content"] .cp-btn.cp-btn-01 li,
[data-area="content"] .cp-btn.cp-btn-02 li:nth-child(2n),
[data-area="content"] .cp-btn.cp-btn-03 li:nth-child(3n),
[data-area="content"] .cp-btn.cp-btn-04 li:nth-child(4n),
[data-area="content"] .cp-btn.cp-btn-05 li:nth-child(5n) {
  margin-right: 0;
}
[data-area="content"] .cp-btn.cp-btn-column ul,
[data-area="content"] .cp-btn.cp-btn-column ol {
  -ms-flex-direction: column;
      flex-direction: column;
}
[data-area="content"] .cp-btn.cp-btn-column li,
[data-area="content"] .cp-btn.cp-btn-column ol li {
  margin-left: 0;
  margin-bottom: 20px;
}
[data-area="content"] .cp-btn li a{
  position: relative;
  display: block;
  margin: -10px -10px -10px -40px;
  padding: 10px 10px 10px 40px;
  text-decoration: none;
}
[data-area="content"] .cp-btn li a::before{
  content: "";
  position: absolute;
  top: 16px;
  left: 10px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/albums/css/basic2-blocks2/abm00008744.svg) no-repeat center center #333;
  background-size: 15px 15px;
}
[data-area="content"] .cp-btn li a:hover{
  opacity: 0.7;
}
[data-area="content"] .cp-btn.cp-btn-column ul,
[data-area="content"] .cp-btn.cp-btn-column ol{
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
[data-area="content"] .cp-btn.cp-btn-column li,
[data-area="content"] .cp-btn.cp-btn-column ol li{
  margin-left: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  [data-area="content"] .cp-btn li{
    margin-left: 4%;
  }
  [data-area="content"] .cp-btn.cp-btn-02 li{
    width: 48%;
  }
  [data-area="content"] .cp-btn.cp-btn-03 li{
    width: calc( 91% / 3 );
  }
  [data-area="content"] .cp-btn.cp-btn-04 li{
    width: 22%;
  }
  [data-area="content"] .cp-btn.cp-btn-05 li{
    width: 16.8%;
  }
}

/* タブ */
[data-area="content"] .cp-tab-menu{
  margin-bottom: 10px;
}
[data-area="content"] .cp-tab-menu a{
  text-decoration: none;
}
[data-area="content"] .cp-tab-menu > ul > li {
  cursor: pointer;
}
[data-area="content"] .cp-tab-menu > ul > li::before {
  content: none;
}
.cp-tab-menu .sttl {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
}
.cp-tab-menu .nendai {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  margin: 5px 0;
  line-height: 1;
}

.cp-tab-content > div {
  display: none;
}
.cp-tab-content > div.active {
  display: block;
}
@media screen and (min-width: 1201px) {
  [data-area="content"] .cp-tab-menu{
    margin-top: 40px;
  }
  [data-area="content"] .cp-tab-menu .toggle{
    display: none;
  }
  [data-area="content"] .cp-tab-menu > ul{
    display: table;
    width: 100%;
    table-layout: fixed;
    background-color: #333;
    margin-left: 0;
    list-style: none;
  }
  [data-area="content"] .cp-tab-menu > ul > li{
    position: relative;
    display: table-cell;
    margin: 0;
    padding: 10px 5px;
    text-indent: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
    color: #fff;
  }
  [data-area="content"] .cp-tab-menu > ul > li a:hover{
    text-decoration: none;
  }
  [data-area="content"] .cp-tab-menu > ul > li::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 15%;
    width: 70%;
    height: 3px;
    margin: 0;
    border-radius: 0;
    background: #ccc;
    opacity: 0;
    transition: opacity .2s;
  }
  [data-area="content"] .cp-tab-menu > ul > li:hover::before,
  [data-area="content"] .cp-tab-menu > ul > li.active::before{
    opacity: 1;
  }
  [data-area="content"] .cp-tab-menu > ul > li a{
    position: relative;
    display: block;
    margin: -10px -5px;
    padding: 10px 5px;
    color: #fff;
    text-decoration: none;
  }
  [data-area="content"] .cp-tab-menu > ul > li a::before {
    content: none;
  }
}
@media screen and (max-width: 1200px) {
  [data-area="content"] .cp-tab{
    margin-top: 40px;
  }
  [data-area="content"] .cp-tab .toggle{
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 20px;
    background-color: #333;
    text-align: left;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
  }
  [data-area="content"] .cp-tab .toggle::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -9px;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: 0.2s;
  }
  [data-area="content"] .cp-tab .toggle::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -9px;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: 0.2s;
  }
  [data-area="content"] .cp-tab .toggle.active::before{
    transform: translateY(6px) rotate(225deg);
  }
  [data-area="content"] .cp-tab .toggle.active::after{
    transform: translateY(6px) rotate(225deg);
  }
  [data-area="content"] .cp-tab-menu > ul{
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  [data-area="content"] .cp-tab-menu > ul > li {
    margin: 0;
    padding: 10px 20px;
    border-top: 1px solid #000;
    color: #fff;
    background-color: #333;
    text-indent: 0;
  }
  [data-area="content"] .cp-tab-menu > ul > li a{
    display: block;
    margin: -10px -20px;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
  }
  [data-area="content"] .cp-tab-menu > ul > li a::before {
    content: none;
  }
}

/* 開閉式 */
.cp-accordion{
  margin: 0;
}
.cp-accordion-title{
  position: relative;
  margin-bottom: -1px;
  padding: 12px 49px 8px 20px;
  border: 1px solid #0b4e3c;
  background-color: #fff;
  color: #333;
  transition: color 0.2s, background 0.2s;
  cursor: pointer;
}
.cp-accordion-title::before{
  content: "";
  position: absolute;
  top: 16px;
  right: 23px;
  z-index: 1;
  width: 1px;
  height: 15px;
  background-color: #fff;
  transition: opacity 0.2s;
}
.cp-accordion.active .cp-accordion-title::before{
  opacity: 0;
}
.cp-accordion-title::after{
  content: "";
  position: absolute;
  top: 23px;
  right: 16px;
  width: 15px;
  height: 1px;
  background-color: #fff;
  transition: background 0.2s;
}
.cp-accordion-title .cp-inner::before {
  content: "";
  position: absolute;
  top: 9px;
  right: 9px;
  display: block;
  width: 29px;
  height: 29px;
  background-color: #0b4e3c;
  transition: background 0.2s;
}
.cp-accordion-title span[data-type="cp-anchor"] {
  padding-top: 12px;
}
.cp-accordion-content{
  margin-top: 20px;
  margin-bottom: 40px;
}
.cp-accordion-content {
  display: none;
}
.cp-accordion-content > div:before,
.cp-accordion-content > div:after {
    content: "";
    display: table;
}
.cp-accordion-content > div:after {
    clear: both;
}
.cp-accordion.active .cp-accordion-title {
  background-color: #0b4e3c;
  color: #fff;
}
.cp-accordion.active .cp-accordion-title .cp-inner::before {
  background-color: #fff;
}
.cp-accordion.active .cp-accordion-title::after {
  background-color: #0b4e3c;
}
.cp-accordion-head {
  text-align: right;
  cursor: pointer;
  margin-top: 40px;
  margin-bottom: 10px;
  position: relative;
}
.cp-accordion-head .plus-btn {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 15px;
  position: relative;
  margin-right: 15px;
  top: 1px;
}
.cp-accordion-head .plus-btn::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 0;
  width: 1px;
  height: 13px;
  background-color: #333;
  transtion: opacity 0.2s;
}
.cp-accordion-head .plus-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 13px;
  height: 1px;
  background-color: #333;
}
.cp-accordion-head.active .plus-btn::before {
  opacity: 0;
}

/* フォトアルバム */
.cp-photos{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
 .cp-photos + .cp-photos{
  margin-top: -20px;
}
.cp-photos-item{
  width: 100%;
}
.cp-photos-item img{
  max-width: 100%;
  height: auto;
}
 .cp-photos-item p{
  margin: 10px 0 0 0;
}
 .cp-photos-item p:empty{
  display: none;
}
 .cp-photos .cp-photos-l{
  margin-right: 20px;
}
@media screen and (max-width: 1200px) {
  .cp-photos{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cp-photos .cp-photos-l{
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* 動画アルバム */
.cp-videos{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.cp-videos .code {
  display: none;
}
.fr-editor .cp-videos .code {
  display: block;
}
.cp-videos + .cp-videos{
  margin-top: -20px;
}
.cp-videos-item{
  width: 100%;
}
.cp-videos-item .cp-videos-thumb{
  position: relative;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.cp-videos-item .cp-videos-thumb::before{
  content: "";
  position: absolute;
  top: calc(50% - 19px);
  left: calc(50% - 30px);
  display: block;
  height: 38px;
  width: 60px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSIzNy41IiB2aWV3Qm94PSIwIDAgNjAgMzcuNSI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6I2M5MDAwMDt9LmJ7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48dGl0bGU+44Ki44K744OD44OIIDczPC90aXRsZT48cmVjdCBjbGFzcz0iYSIgd2lkdGg9IjYwIiBoZWlnaHQ9IjM3LjUiIHJ4PSI2IiByeT0iNiIvPjxwb2x5Z29uIGNsYXNzPSJiIiBwb2ludHM9IjIxLjk2IDkuNzUgMzcuOTYgMTguNzUgMjEuOTYgMjcuNzUgMjEuOTYgOS43NSIvPjwvc3ZnPg==) no-repeat center center;
}
.cp-videos-item p{
  margin: 10px 0 0 0;
}
.cp-videos-item p:empty{
  display: none;
}
.cp-videos .cp-videos-l{
  margin-right: 20px;
}
@media screen and (max-width: 1200px) {
  .cp-videos{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cp-videos .cp-videos-l{
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* 外部サービスコード */
.cp-external iframe{
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.cp-external-text-area {
  display :none;
}
@media screen and (max-width: 1200px) {
  .cp-external{
    position: relative;
  }
  .cp-external::after{
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .cp-external iframe{
    margin-bottom: -56.25%;
  }
  .cp-external iframe[href*="youtube"]{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin-bottom: 0;
  }
}
.fr-img-wrap img {
  max-width: 100%;
  overflow: hidden;
}

.fr-img-wrap span.fr-inner {
  display: block;
}

span.fr-img-caption {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 5px auto;
  vertical-align: top;
  text-align: center;
}

/*開閉式オリジナルブロック*/
/*すべて開く*/
.acd-unit-head{
  position: relative;
  text-align: right;
  cursor: pointer;
}
.acd-unit-head .cp-inner{
  position: relative;
  z-index: 2;
  padding: 6px 35px 7px 10px;
  display: inline-block;
  margin-right: 10px;
}
.acd-unit-head::before {
  content: "";
  display: block;
  top: 19px;
  right: 16px;
  height: 1px;
  width: 13px;
  transition: all .2s;
  position: absolute;
  background-color: #333;
}
.acd-unit-head::after {
  content: "";
  display: block;
  top: 19px;
  right: 16px;
  height: 1px;
  width: 13px;
  transition: all .2s;
  position: absolute;
  background-color: #333;
  transform: rotate(90deg);
}
.acd-unit-head.active::after {
  transform: rotate(0deg);
}
.acd-unit.cp-all {
  margin-top: 0;
  margin-bottom: 0;
}
/*見出し*/
.acd-unit dt {
  position: relative;
  background-color: #333;
  border-bottom: 1px solid #000;
  cursor: pointer;
}
.acd-unit dt .inner,
.acd-unit dt .cp-inner {
  display: block;
  padding: 14px 53px 14px 14px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
}
.acd-unit dt::before {
  content: "";
  display: block;
  top: 26px;
  right: 16px;
  height: 1px;
  width: 13px;
  transition: all .2s;
  position: absolute;
  background-color: #fff;
}
.acd-unit dt::after  {
  content: "";
  display: block;
  top: 26px;
  right: 16px;
  height: 1px;
  width: 13px;
  transition: all .2s;
  position: absolute;
  background-color: #fff;
  transform: rotate(90deg);
}
.acd-unit dt.active::after {
  transform: rotate(0deg);
}
.acd-unit dt.font-color-black .inner,
.acd-unit dt.font-color-black .cp-inner {
  color: #333;
}
.acd-unit dt.font-color-black::before,
.acd-unit dt.font-color-black::after {
  background-color: #333;
}
/*開閉コンテンツ*/
.acd-unit dd {
  display: none;
  padding-top: 10px;
  margin-bottom: 40px;
}

/*タブリンク*/
.tabLink{
  margin-top: 40px;
  margin-bottom: 40px;
}
[data-area="content"] .tabLink a{
  text-decoration: none;
}
[data-area="content"] .tabLink a:hover{
  text-decoration: underline;
}
[data-area="content"] .tabLink ul > li::before {
  content: none;
}
@media screen and (min-width: 1201px) {
  [data-area="content"] .tabLink .toggle{
    display: none;
  }
  [data-area="content"] .tabLink ul{
    display: table;
    width: 100%;
    table-layout: fixed;
    background-color: #333;
    margin-left: 0;
    list-style: none;
  }
  [data-area="content"] .tabLink ul > li{
    display: table-cell;
    margin: 0;
    padding: 0;
    text-indent: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
  }
  [data-area="content"] .tabLink ul > li a{
    position: relative;
    display: block;
    margin: 0;
    padding: 10px 5px;
    color: #fff;
    text-decoration: none;
  }
  [data-area="content"] .tabLink ul > li a:hover{
    text-decoration: none;
  }
  [data-area="content"] .tabLink ul > li a::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 15%;
    width: 70%;
    height: 3px;
    background: #ccc;
    opacity: 0;
    transition: opacity .2s;
  }
  [data-area="content"] .tabLink ul > li a:hover::before,
  [data-area="content"] .tabLink ul > li a.active::before{
    opacity: 1;
  }
}
@media screen and (max-width: 1200px) {
  [data-area="content"] .tabLink .toggle{
    position: relative;
    display: block;
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
  }
  [data-area="content"] .tabLink .toggle::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -9px;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: 0.2s;
  }
  [data-area="content"] .tabLink .toggle::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -9px;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: 0.2s;
  }
  [data-area="content"] .tabLink .toggle.active::before{
    transform: translateY(6px) rotate(225deg);
  }
  [data-area="content"] .tabLink .toggle.active::after{
    transform: translateY(6px) rotate(225deg);
  }
  [data-area="content"] .tabLink ul{
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  [data-area="content"] .tabLink ul > li {
    margin: 0;
    padding: 0;
    text-indent: 0;
  }
  [data-area="content"] .tabLink ul > li a{
    display: block;
    margin: 0;
    padding: 10px 20px;
    border-top: 1px solid #000;
    color: #fff;
    background-color: #333;
    text-decoration: none;
  }
  [data-area="content"] .tabLink ul > li a::before {
    content: none;
  }
}

.global-detail {
  margin: 40px 0;
}
.global-detail .detail-top {
  display: table;
  width: 100%;
}
.global-detail .detail-flag {
  display: table-cell;
  width: 55px;
  padding-right: 15px;
}
.global-detail .detail-name {
  display: table-cell;
  line-height: 1.8;
  vertical-align: top;
}
.global-detail .detail-aside {
  display: table-cell;
  width: 130px;
  text-align: right;
  vertical-align: middle;
}
.global-detail .detail-aside span {
    padding: 3px;
    font-size: 18px;
    font-size: 1.8rem;
}
.global-detail .detail-bottom {
  display: table;
  width: 100%;
  margin-top: 20px;
}
.global-detail .detail-bottom .detail-img {
  display: table-cell;
  width: 420px;
  padding-right: 20px;
}
.global-detail .detail-bottom .detail-img:empty {
  display: none;
}
.global-detail .detail-bottom .detail-text {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 639px) {
  .global-detail .detail-flag {
    float: left;
    display: block;
  }
  .global-detail .detail-name {
    display: block;
    overflow: hidden;
  }
  .global-detail .detail-aside {
    display: block;
    width: 100%;
  }
  .global-detail .detail-bottom {
    margin-top:15px;
  }
  .global-detail .detail-bottom .detail-img {
    display: block;
    width: 100%;
    padding-bottom: 15px;
    text-align: center;
    padding-right: 0px;
  }
  .global-detail .detail-bottom .detail-text {
    display: block;
  }
}

.voice-wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  padding: 0 0 40px;
}
.voice-wrap .left-voice-wrap,
.voice-wrap .right-img-wrap {
  vertical-align: middle;
}
.voice-wrap .left-voice-wrap {
  padding-right: 10%;
  width: 70%;
}
.voice-wrap .left-voice-wrap .title-text {
  font-size: 24px;
  margin-bottom: 50px;
}
.voice-wrap .right-img-wrap {
  width: 40%;
}
.voice-text {
  margin-bottom: 40px;
}
@media screen and (max-width:639px) {
  .voice-wrap {
    flex-direction: column-reverse;
    padding: 0;
  }
  .voice-wrap .right-img-wrap {
    width: 100%;
    text-align: center;
  }
  .voice-wrap .left-voice-wrap {
    padding-right: 0;
    width: 100%;
  }
  .voice-wrap .left-voice-wrap .title-text {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: left;
    margin-top: 20px;
  }
  .voice-wrap .left-voice-wrap .sub-title-text {
    text-align: center;
    margin-top: 10px;
  }
  .voice-wrap .left-voice-wrap {
    padding-right: 0%;
  }
}
.voice-text + .text-bottom-img {
  width: 35%;
  margin-bottom: 20px;
}
@media screen and (max-width:639px) {
  .voice-text + .text-bottom-img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.person-list.cp-all ul {
  margin-left: 0;
  list-style: none;
}
.person-list.cp-all ul > li{
  margin: 0;
  padding-left: 0;
  text-indent: 0;
  display: inline-block;
  width: 140px;
  white-space: nowrap;
}
.person-list.cp-all ul > li::before{
  content: none;
}

.album {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.album .item {
  width: 19%;
  margin-left: 1.25%;
  margin-bottom: 20px;
  line-height: 1.4;
}
.album .item:nth-child(5n+1) {
  margin-left: 0;
}
.album .item a {
  display: block;
  text-decoration: none;
  transition: opacity 0.2s;
}
.album .item a:hover {
  opacity: 0.7;
}
.album .item .image {
  padding-top: 75%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.album .item .name {
  margin-bottom: 5px;
  margin-top: 3px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .album .item {
    width: 48.5%;
    margin-left: 3%;
  }
  .album .item:nth-child(5n+1) {
    margin-left: 3%;
  }
  .album .item:nth-child(2n+1) {
    margin-left: 0;
  }
}

div.anchor-nav{
  margin-top: 60px;
  margin-bottom: 80px;
}
[data-area="content"] div.anchor-nav li{
  display: inline-block;
  margin: 0 30px 0 0;
  padding-left: 0;
  text-indent: 0;
}
[data-area="content"] div.anchor-nav li:last-child{
  margin-right: 0;
}
[data-area="content"] div.anchor-nav li::before{
  content: none;
}
[data-area="content"] div.anchor-nav li a {
  padding: 0;
  margin-left: 0;
  text-decoration: underline;
}
[data-area="content"] div.anchor-nav li a:hover{
  text-decoration: none;
}
[data-area="content"] div.anchor-nav li a::before{
  content: none;
}
[data-area="content"] div.anchor-nav li a::after{
  content: "▼";
  display: inline-block;
  padding-left: 0.5em;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: pointer; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer; }

.mfp-zoom {
  cursor: pointer; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 1200px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 1200px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 4%;
    padding-right: 4%; } }
    
    
.senon-news-table-wrap {
  margin: 40px 0;
}
.senon-news-table-wrap table{
  background-color: initial;
  border: none;
}
.senon-news-table-wrap table tr td {
  border-top: #CCC 1px solid;
  border-bottom: #CCC 1px solid;
  border-left: 0px none;
  border-right: 0px none;
  padding: 20px 0;
}
.senon-news-table-wrap table tr td:first-child {
  width: 25%;
}
.senon-news-table-wrap table tr td:first-child a {
  font-weight: 600;
}
.senon-news-table-wrap table tr td:first-child a::after {
  content: none;
}

.senon-news-table-wrap table .cp-attach-content {
  display: block;
  font-weight: 300;
}
.senon-news-table-wrap table .cp-attach-content::before {
  content: '';
  position: relative;
  top: 0;
  display: inline-block;
  margin-top: -5px;
  margin-left: 10px;
  width: 16px;
  height: 18px;
  overflow: hidden;
  vertical-align: middle;
  background: url(/albums/css/basic2-blocks2/abm00002389.svg) no-repeat left top;
  margin-right: 10px;
}
.senon-news-table-wrap .has-icon.is-pdf::after {
  display: none !important;
}
@media screen and (max-width: 639px) {
  .senon-news-table-wrap table tr td {
    border: none;
    padding: 0 ;
    display: block;
  }
  .senon-news-table-wrap table tr td:first-child {
    width: 100%;
    padding-top: 10px;
  }
  .senon-news-table-wrap table tr td:last-child {
    width: 100%;
    border-bottom: #CCC 1px solid;
    padding-bottom: 10px;
  }
  .senon-news-table-wrap table {
    border-top: #CCC 1px solid;
  }
}
.senon-news-it-wrap {
  display: table;
  width: 100%;
  margin-bottom: 40px;
}
[data-area="content"] .senon-news-img,
[data-area="content"] .senon-news-text-inner {
  display: table-cell;
  margin: 0;
  vertical-align: top;
}
[data-area="content"] .senon-news-img {
  width: 200px;
}
[data-area="content"] .senon-news-text-inner {
  width: calc(100% - 200px);
  padding-left: 40px;
}
.senon-news-it-wrap .has-icon.is-pdf::after {
  display: none !important;
}
.senon-news-text-inner a{
  font-size: 13px;
  font-size: 1.3rem;
}
.senon-news-text-inner .has-icon.is-pdf .cp-attach-content{
  margin-left: 15px;
}
.senon-news-text-inner .has-icon.is-pdf::before{
  content: '';
  position: relative;
  top: 0;
  display: inline-block;
  margin-top: -5px;
  margin-left: 10px;
  margin-right: 10px;
  width: 16px;
  height: 18px;
  overflow: hidden;
  vertical-align: middle;
  background: url(/albums/css/basic2-blocks2/abm00002389.svg) no-repeat left top;
}
.senon-news-text-inner{
  position: relative;
}
.senon-news-text-inner .senon-title{
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 600;
}
.senon-news-text-inner .senon-title:empty{
  display: none;
}
.senon-news-text-inner .senon-sub-title{
  margin-bottom: 20px;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .senon-news-it-wrap {
    display: block;
  }
  [data-area="content"] .senon-news-img,
  [data-area="content"] .senon-news-text-inner {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}

/*数字で見る*/
.number-bg{
  margin-bottom: 150px;
  padding-bottom: 0;
  background: url(/albums/css/basic2-blocks2/abm00011724.jpg) repeat top center;
  background-size: 100% auto;
}
@media screen and (max-width: 1200px) {
  .number-bg{
    margin-bottom: 80px;
  }
}
.number-bg .main-title{
  padding: 50px 4% 40px 4%;
  text-align: center;
  font-family: "解ミン 月 R", Lato, "Noto Sans Japanese", Helvetica, Arial, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 4px;
  line-height: 1.4;
}
.number-bg .sub-title{
  margin-bottom: 20px;
  text-align: center;
}
.number-bg .sub-title .sub-title-img{
  display: inline-block;
  width: 126px;
  height: 98px;
}
.number-bg .sub-title .sub-title-text{
  font-size: 18px;
  font-size: 1.8rem;
}
.number-list{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 2% 60px 2%;
}
.number-block{
  width: calc(100% / 3);
  padding: 0 2% 20px 2%;
  text-align: center;
}
.number-block .number-text-1{
  border-bottom: 1px solid #999;
  font-size: 40px;
  font-size: 4rem;
  font-family: "edita-small" ,Lato, "Noto Sans Japanese", Helvetica, Arial, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.number-block .number-text-2{
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
.number-block .number-text-3{
  font-size: 12px;
  font-size: 1.2rem;
}
.number-block{
  width: calc(100% / 3);
  padding: 0 2% 20px 2%;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .number-block{
    width: 100%;    
    padding: 0 6% 20px 6%;
  }
}

/*豆知識*/
.beans-bg{
  counter-reset: b-tit;
  margin-bottom: 150px;
  padding-bottom: 20px;
  background: url(/albums/css/basic2-blocks2/abm00011724.jpg) repeat top center;
  background-size: 100% auto;
}
.beans-bg .main-title{
  padding: 40px 4% 20px 4%;
  text-align: center;
}
.beans-bg .main-title .img img{
  display: block;
  height: 52px;
  width: 42px;
  margin: 0 auto;
}
.beans-bg .main-title .text{
  font-family: "解ミン 月 R", Lato, "Noto Sans Japanese", Helvetica, Arial, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 4px;
  color: #615446;
}
.beans-text-wrap{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 2% 0 2%;
}
.beans-text-wrap .beans-title{
  width: calc(88% / 3);
  margin: 0 2% 0 2%;
  padding-top: 20px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "a-otf-futo-min-a101-pr6n" ,Lato, "Noto Sans Japanese", Helvetica, Arial, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #333;
}
.beans-text-wrap .beans-title-inner{
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 1px solid #999;
  color: #615446;
}
.beans-text-wrap .beans-title::before{
  content: '0' counter(b-tit);
  counter-increment:b-tit;
  display: block;
  height: 40px;
  width: 32px;
  margin: 0 auto;
  padding-top: 11px;
  background: url(/albums/css/basic2-blocks2/abm00011723.svg) center center no-repeat;
  background-size: 32px 40px;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "edita-small" ,Lato, "Noto Sans Japanese", Helvetica, Arial, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.beans-bg .beans-text-wrap:nth-child(n+5) .beans-title::before{
  content: counter(b-tit);
}

.beans-text-wrap .beans-content{
  display: none;
  width: 100%;
  margin: 0 2% 20px 2%;
  padding: 20px 4% 20px 4%;
  background-color: #fff;
  box-shadow: 3px 3px 0 rgba(0,0,0,0.2);
}
.beans-text-wrap .beans-content h2{
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "a-otf-futo-min-a101-pr6n" ,Lato, "Noto Sans Japanese", Helvetica, Arial, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #615446;
}
.beans-text-wrap .beans-content .close{
  position: relative;
  width: 36px;
  height: 36px;
  margin: 40px auto 0 auto;
  background-color: #615446;
  border-radius: 50%;
  font-size: 0px;
  cursor: pointer;
}
.beans-text-wrap .beans-content .close::before{
  content: "";
  position: absolute;
  left: 6px;
  top: 16px;
  width: 24px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  transform: rotate(45deg);
}
.beans-text-wrap .beans-content .close::after{
  content: "";
  position: absolute;
  left: 6px;
  top: 16px;
  width: 24px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  transform: rotate(-45deg);
}

.beans-text-wrap .beans-title-01{
  -webkit-order: 1;
  order: 1;
}
.beans-text-wrap .beans-content-01{
  -webkit-order: 4;
  order: 4;
}
.beans-text-wrap .beans-title-02{
  -webkit-order: 2;
  order: 2;
}
.beans-text-wrap .beans-content-02{
  -webkit-order: 5;
  order: 5;
}
.beans-text-wrap .beans-title-03{
  -webkit-order: 3;
  order: 3;
}
.beans-text-wrap .beans-content-03{
  -webkit-order: 6;
  order: 6;
}
@media screen and (max-width: 1200px) {
  .beans-text-wrap .beans-title{
    width: 100%;
    margin: 0 2% 0 2%;
  }
  .beans-text-wrap .beans-content-01{
    -webkit-order: 2;
    order: 2;
  }
  .beans-text-wrap .beans-title-02{
    -webkit-order: 3;
    order: 3;
  }
  .beans-text-wrap .beans-content-02{
    -webkit-order: 4;
    order: 4;
  }
  .beans-text-wrap .beans-title-03{
    -webkit-order: 5;
    order: 5;
  }
}

.kityosyo-gallery-wrap a.kityosyo-main-image-wraplink:hover,
.kityosyo-gallery-wrap a.bottom-min-img-wraplink:hover {
  opacity: 0.9;
}
.kityosyo-gallery-wrap a.kityosyo-main-image-wraplink::after,
.kityosyo-gallery-wrap a.bottom-min-img-wraplink::after {
  content: none !important;
}
.kityosyo-gallery-wrap .kityosyo-main-image img,
.kityosyo-gallery-wrap .kityosyo-bottom-wrap .left-image img,
.kityosyo-gallery-wrap .kityosyo-bottom-wrap .right-image img {
  width: 100%;
}
.kityosyo-gallery-wrap .kityosyo-main-image {
  position: relative;
}
.kityosyo-gallery-wrap .kityosyo-main-image.layout-left {
 width: 47%;
 float: left;
 margin-right: 2%;
}
.kityosyo-gallery-wrap .layout-right {
 width: 47%;
 float: right;
 margin-left: 2%;
}
.kityosyo-gallery-wrap .kityosyo-bottom-wrap {
  margin-top: 40px; 
}
.kityosyo-gallery-wrap .kityosyo-bottom-wrap .left-image {
  width: 47%;
  float: left;
  margin-right: 2%;
  position: relative;
}
.kityosyo-gallery-wrap .kityosyo-bottom-wrap .right-image {
  width: 47%;
  float: right;
  margin-left: 2%;
  text-align: right;
  position: relative;
}
.kityosyo-gallery-wrap .kityosyo-main-image .icon-kakudai,
.kityosyo-gallery-wrap .kityosyo-bottom-wrap .icon-kakudai {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.kityosyo-gallery-wrap .has-icon.is-pdf::after,
.kityosyo-main-image .main-image-inner:empty + .icon-kakudai,
.kityosyo-gallery-wrap .bottom-min-img .min-img:empty + .icon-kakudai {
  display: none;
}
.kityosyo-gallery-wrap .main-image-coment li {
  position:relative;
}
.kityosyo-gallery-wrap .main-image-coment li a{
  padding: 3px 0 3px 40px;
  text-decoration: none;
}
.kityosyo-gallery-wrap .main-image-coment li a:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 10px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/albums/css/basic2-blocks2/abm00003069.svg) no-repeat center center #333;
  background-size: 15px 15px;
}
.kityosyo-gallery-wrap .img-cap {
  text-align: center;
}
.kityosyo-gallery-wrap .gallery-coment {
  margin-bottom:20px;
}
@media screen and (max-width: 639px) {
  .kityosyo-gallery-wrap .kityosyo-main-image.layout-left {
   width: 100%;
   float: none;
   margin-right: 0%;
   margin-bottom:20px;
  }
  .kityosyo-gallery-wrap .layout-right {
   width: 100%;
   float: none;
   margin-left: 0%;
  }
  .kityosyo-gallery-wrap .kityosyo-bottom-wrap .left-image {
    width: 100%;
    float: none;
    margin-right: 0;
    position: relative;
    margin-bottom: 20px;
  }
  .kityosyo-gallery-wrap .kityosyo-bottom-wrap .right-image {
    width: 100%;
    float: none;
    margin-left: 0;
    text-align: center;
    position: relative;
  }
  .kityosyo-gallery-wrap .kityosyo-bottom-wrap {
    margin-top: 20px; 
  }
}
.kityosyo-gallery-wrap .img-cap{
  text-align: center;
}
.kityosyo-gallery-wrap .kityosyo-main-image-wraplink,
.kityosyo-gallery-wrap .bottom-min-img-wraplink{
  display: block;
}
.kityosyo-gallery-wrap .kityosyo-main-image-wraplink:hover,
.kityosyo-gallery-wrap .bottom-min-img-wraplink:hover{
  text-decoration: none;
}
.kityosyo-gallery-wrap .kityosyo-main-image-wraplink::after,
.kityosyo-gallery-wrap .bottom-min-img-wraplink::after{
  content: none !important;
}
.kityosyo-gallery-wrap .kityosyo-bottom-wrap .left-image,
.kityosyo-gallery-wrap .kityosyo-bottom-wrap .right-image{
  float: none;
  display: inline-block;
  vertical-align: bottom;
}

[data-area="content"] div.cp-button-col1,
[data-area="content"] div.cp-button-col2,
[data-area="content"] div.cp-button-col3,
[data-area="content"] div.cp-button-col4{
  margin-top: 40px;
  margin-bottom: 25px;
}
[data-area="content"] div.cp-button-col1 ul,
[data-area="content"] div.cp-button-col2 ul,
[data-area="content"] div.cp-button-col3 ul,
[data-area="content"] div.cp-button-col4 ul{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
  list-style: none;
}
[data-area="content"] div.cp-button-col1 li,
[data-area="content"] div.cp-button-col2 li,
[data-area="content"] div.cp-button-col3 li,
[data-area="content"] div.cp-button-col4 li{
  display: -webkit-flex;
  display: flex;
  margin: 0;
  text-indent: 0;
  padding: 10px 10px 10px 40px;
  border: 1px solid #ccc;
  background-color: #fff;
  text-indent: 0;
}
[data-area="content"] div.cp-button-col1 li:empty,
[data-area="content"] div.cp-button-col2 li:empty,
[data-area="content"] div.cp-button-col3 li:empty,
[data-area="content"] div.cp-button-col4 li:empty{
  opacity: 0;
}
[data-area="content"] div.cp-button-col1.cp-all li::before,
[data-area="content"] div.cp-button-col2.cp-all li::before,
[data-area="content"] div.cp-button-col3.cp-all li::before,
[data-area="content"] div.cp-button-col4.cp-all li::before{
  content: none;
}
[data-area="content"] div.cp-button-col1 li a,
[data-area="content"] div.cp-button-col2 li a,
[data-area="content"] div.cp-button-col3 li a,
[data-area="content"] div.cp-button-col4 li a{
  position: relative;
  display: block;
  width: calc(100% + 50px);
  margin: -10px -10px -10px -40px;
  padding: 10px 10px 10px 40px;
  color: #222;
  text-decoration: none;
}
[data-area="content"] div.cp-button-col1 li a:hover,
[data-area="content"] div.cp-button-col2 li a:hover,
[data-area="content"] div.cp-button-col3 li a:hover,
[data-area="content"] div.cp-button-col4 li a:hover{
  text-decoration: underline;
}
[data-area="content"] div.cp-button-col1 li a::before,
[data-area="content"] div.cp-button-col2 li a::before,
[data-area="content"] div.cp-button-col3 li a::before,
[data-area="content"] div.cp-button-col4 li a::before{
  content: "";
  position: absolute;
  top: 16px;
  left: 10px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/albums/css/basic2-blocks2/abm00028818.svg) no-repeat center center #333;
  background-size: 15px 15px;
}
[data-area="content"] div.cp-button-col1 li{
  width: 100%;
  margin: 0 0 15px 0;
}
[data-area="content"] div.cp-button-col2 li{
  width: 49.25%;
  margin: 0 0 15px 1.5%;
}
[data-area="content"] div.cp-button-col2 li:nth-child(2n+1){
  margin-left: 0;
}
[data-area="content"] div.cp-button-col3 li{
  width: 32.3%;
  margin: 0 0 15px 1.55%;
}
[data-area="content"] div.cp-button-col3 li:nth-child(3n+1){
  margin-left: 0;
}
[data-area="content"] div.cp-button-col4 li{
  width: 23.875%;
  margin: 0 0 15px 1.5%;
}
[data-area="content"] div.cp-button-col4 li:nth-child(4n+1){
  margin-left: 0;
}
@media screen and (max-width: 1200px) {
  [data-area="content"] div.cp-button-col2 li,
  [data-area="content"] div.cp-button-col3 li,
  [data-area="content"] div.cp-button-col4 li{
    width: 100%;
    margin-left: 0;
  }
  [data-area="content"] div.cp-button-col3 li:nth-child(3n+1){
    margin-left: 0;
  }
  [data-area="content"] div.cp-button-col3 li:nth-child(2n+1),
  [data-area="content"] div.cp-button-col4 li:nth-child(2n+1){
    margin-left: 0;
  }
}

.bg-white-wrap {
  display: table;
  width: 100%;
  margin: 40px auto;
  padding: 0;
}
.bg-white-wrap:empty{
  height: 45px;
  padding: 0;
}
.bg-white-wrap .news-list{
  display: table-cell;
  padding: 5px 3%;
  border: 1px solid #ccc;
  background-color: #fff;
  vertical-align: middle;
}
.bg-white-wrap .news-list .border-bottom {
  padding: 12px 0;
  border-top: 1px solid #ccc;
}
.bg-white-wrap .news-list .border-bottom:first-child{
  border-top: none;
}
.bg-white-wrap .news-list .border-bottom a{
  color: #333;
}
@media screen and (max-width: 639px) {
  .bg-white-wrap .news-list{
    display: block;
    padding: 5px 4%;
    border-left: 1px solid #ccc;
  }
}

.cp-tit-text-col1.cp-all,
.cp-tit-text-col2.cp-all,
.cp-tit-text-col3.cp-all,
.cp-tit-text-col4.cp-all {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
}
.cp-tit-text-col1.cp-all .cp-tit-text-col-01 {
  width: 100%;
  margin-top: 20px;
}
.cp-tit-text-col2.cp-all .cp-tit-text-col-01,
.cp-tit-text-col2.cp-all .cp-tit-text-col-02 {
  width: 48%;
  margin-top: 20px;
}
.cp-tit-text-col3.cp-all .cp-tit-text-col-01,
.cp-tit-text-col3.cp-all .cp-tit-text-col-02,
.cp-tit-text-col3.cp-all .cp-tit-text-col-03 {
  width: 30%;
  margin-top: 20px;
}
.cp-tit-text-col4.cp-all .cp-tit-text-col-01,
.cp-tit-text-col4.cp-all .cp-tit-text-col-02,
.cp-tit-text-col4.cp-all .cp-tit-text-col-03,
.cp-tit-text-col4.cp-all .cp-tit-text-col-04 {
  width: 22%;
  margin-top: 20px;
}
.cp-tit-text-tit {
  font-weight: 600;
  text-indent: -19px;
  margin-left: 19px;
  position: relative;
}
.cp-tit-text-tit:before {
  content: "";
  background-color:  #333;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -2px;
}
.cp-tit-text-tit::after {
  content: "";
  position: absolute;
  top: 11px;
  left: -15px;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
}
.cp-tit-text-tit .cp-inner {
  display: inline;
}
.cp-tit-text-text {
  margin-left: 19px;
}
@media screen and (max-width: 1200px) {
  .cp-tit-text-col1.cp-all,
  .cp-tit-text-col2.cp-all,
  .cp-tit-text-col3.cp-all,
  .cp-tit-text-col4.cp-all {
    display: block;
  }
  .cp-tit-text-col2.cp-all .cp-tit-text-col-01,
  .cp-tit-text-col2.cp-all .cp-tit-text-col-02 {
    width: 100%;
  }
  .cp-tit-text-col3.cp-all .cp-tit-text-col-01,
  .cp-tit-text-col3.cp-all .cp-tit-text-col-02,
  .cp-tit-text-col3.cp-all .cp-tit-text-col-03 {
    width: 100%;
  }
  .cp-tit-text-col4.cp-all .cp-tit-text-col-01,
  .cp-tit-text-col4.cp-all .cp-tit-text-col-02,
  .cp-tit-text-col4.cp-all .cp-tit-text-col-03,
  .cp-tit-text-col4.cp-all .cp-tit-text-col-04 {
    width: 100%;
  }
  
  .cp-tit-text-col1.cp-all + .cp-tit-text-col1.cp-all,
  .cp-tit-text-col1.cp-all + .cp-tit-text-col2.cp-all,
  .cp-tit-text-col1.cp-all + .cp-tit-text-col3.cp-all,
  .cp-tit-text-col1.cp-all + .cp-tit-text-col4.cp-all,
  .cp-tit-text-col2.cp-all + .cp-tit-text-col1.cp-all,
  .cp-tit-text-col2.cp-all + .cp-tit-text-col2.cp-all,
  .cp-tit-text-col2.cp-all + .cp-tit-text-col3.cp-all,
  .cp-tit-text-col2.cp-all + .cp-tit-text-col4.cp-all,
  .cp-tit-text-col3.cp-all + .cp-tit-text-col1.cp-all,
  .cp-tit-text-col3.cp-all + .cp-tit-text-col2.cp-all,
  .cp-tit-text-col3.cp-all + .cp-tit-text-col3.cp-all,
  .cp-tit-text-col3.cp-all + .cp-tit-text-col4.cp-all,
  .cp-tit-text-col4.cp-all + .cp-tit-text-col1.cp-all,
  .cp-tit-text-col4.cp-all + .cp-tit-text-col2.cp-all,
  .cp-tit-text-col4.cp-all + .cp-tit-text-col3.cp-all,
  .cp-tit-text-col4.cp-all + .cp-tit-text-col4.cp-all{
    margin-top: -20px;
  }
}

.cp-two .cp-img .img-1 {
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .cp-two .cp-img {
    display: table;
  }
  .cp-two .cp-img .img-1,
  .cp-two .cp-img .img-2 {
    display: table-cell;
  }
  .cp-two .cp-img .img-1 {
    padding-right: 5px;
  }
  .cp-two .cp-img .img-2 {
    padding-left: 5px;
  }
}

div.cp-it-slider{
  display: block;
}
.cp-ti .cp-slider-text{
  float: left;
  width: 64.467%;
  padding-right: 40px;
}
.cp-it .cp-slider-text{
  float: right;
  width: 64.467%;
  padding-left: 40px;
}
.cp-ti .cp-slider-img.cp-img{
  float: right;
  width: 35.533%;
}
.cp-it .cp-slider-img.cp-img{
  float: left;
  width: 35.533%;
}
@media screen and (max-width: 1200px) {
  .cp-slider-img .slick-slide img{
    margin: 0 auto;
  }
  .cp-ti .cp-slider-text,
  .cp-it .cp-slider-text{
    float: none;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .cp-ti .cp-slider-img.cp-img,
  .cp-it .cp-slider-img.cp-img{
    float: none;
    width: auto;
    margin-bottom: 15px;
  }
}
.cp-slider-img .slick-dots{
    position: absolute;
    bottom: 10px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;
    line-height: 1;
    text-align: center;
}
[data-area="content"] .cp-slider-img .slick-dots li{
    position: relative;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 3px;
    padding: 0;
    letter-spacing: 0;

    cursor: pointer;
}
[data-area="content"] .cp-slider-img .slick-dots li::before {
  content: none;
}
.cp-slider-img .slick-dots li button{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 10px;
    height: 10px;
    padding: 5px;
border-radius: 50%;
    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: rgba(240,240,240,0.8);
  transition: 0.2s;
}
.cp-slider-img .slick-dots li button:hover,
.cp-slider-img .slick-dots li button:focus,
.cp-slider-img .slick-dots li.slick-active button{
    outline: none;
    background: rgba(18,62,16,0.8);
}
.cp-slider-img .slick-dots li button:hover:before,
.cp-slider-img .slick-dots li button:focus:before{
    opacity: 1;
}
.cp-slider-img .slick-dots li button:before{
    font-size: 0;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cp-slider-img .slick-dots li.slick-active button:before{
    opacity: .75;
    color: black;
}

.table-acc-col2 .cp-text-col1{
  margin: 0 0 10px 0;
}
[data-area="content"] .table-acc-col2 table {
  margin-top: 0;
  margin-bottom: 20px;
}
[data-area="content"] .table-acc-col2 table th,
[data-area="content"] .table-acc-col2 table td{
  padding: 7px 10px;
  line-height: 1.4;
}
.table-acc-col2 .acd-unit dt{
  width: 70%;
  margin: 0 auto;
  border-radius: 8px;
  padding: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 8px;
}
.table-acc-col2 .acd-unit dt .cp-inner {
  padding: 4px 0;
  line-height: inherit;
}
.table-acc-col2 .acd-unit dt .plus-btn{
  position: relative;
  left: 0;
  top: 13px;
  display: inline-block;
  margin-left: 15px;
}
.table-acc-col2 .acd-unit dd{
  margin-bottom: 0;
}

.table-acc-col2{
  margin-bottom: 40px;
}
.table-acc-col2 .table-acc-left{
  float: left;
  width: 48%;
}
.table-acc-col2 .table-acc-right{
  float: right;
  width: 48%;
}
@media screen and (max-width: 1200px) {
  .table-acc-col2 .table-acc-left{
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .table-acc-col2 .table-acc-right{
    float: none;
    width: 100%;
    text-align: center;
  }
}

.visitor-foot-nav{
  position: relative;
  z-index: 2;
}
.visitor-foot-nav-inner{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.visitor-foot-nav-inner > div{
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.visitor-foot-nav-inner > div > div {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 23.75%;
  margin: 0 0.625% 15px 0.625%;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: 0.2s;
}
.visitor-foot-nav-inner > div > div.harf {
  width: 48.75%;
}
.visitor-foot-nav-inner > div > div a{
  display: block;
  width: 100%;
  padding: 18px 10px;
  text-align: center;
  transition: 0.2s;
  line-height: 1.4;
}
.visitor-foot-nav-inner > div > div:hover{
  background-color: #008E48;
}
.visitor-foot-nav-inner > div > div:hover a{
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .visitor-foot-nav-inner > div > div{
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 639px) {
  .visitor-foot-nav-inner{
    padding: 45px 0 30px 0;
  }
  .visitor-foot-nav-inner > div > div,
  .visitor-foot-nav-inner > div > div.harf{
    width: 66%;
    margin: 0 17% 10px 17%;
  }
}

.transmit-bg-block {
  position: relative;
  padding-top: 1px;
  padding-bottom: 40px;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-image: url(/albums/css/basic2-blocks2/abm00011748.jpg);
  background-size: cover;
  background-position: center center;
}
body.max .transmit-bg-block + *:last-child {
  margin-bottom: -180px;
}
@media screen and (max-width: 1200px) {
  body.max .transmit-bg-block + *:last-child {
    margin-bottom: -90px;
  }
}
.transmit-bg-block::before {
  content: "";
  height: 100%;
  left: -1000%;
  margin: 0;
  max-width: 2000%;
  position: absolute;
  right: 1000%;
  width: 2000%;
}
.transmit-bg-block .transmit-bg-block-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.transmit-bg-block > *{
  position: relative;
}
.transmit-bg-block > *:last-child {
  margin-bottom: 0;
}
.transmit2.max .bg-block {
  margin-top: 0;
}
.transmit2.max .cp-h3-text {
  margin-bottom: 20px;
  margin-top: 50px;
  padding: 0 4%;
  text-align: center;
}
.transmit2.max .cp-h3-text::before,
.transmit2.max .cp-h3-text::after {
  content: none;
}
.transmit2.max .cp-button-col4 {
  padding: 0 4%;
}
.transmit2.max .cp-text-col1 {
  padding: 0 4%;
}
@media screen and (max-width: 639px) {
.transmit-topics-wrap .cp-text-col1 {
  padding: 0;
}
}
.transmit-topics-wrap {
  padding: 0 4%;
}
.transmit-topics-wrap .topics-inner-bg {
  background-color: #FFF;
  padding: 15px 50px 40px 50px;
  width: 49%;
  float: left;
  margin-right: 2%;
  margin-bottom: 15px;
}
.transmit-topics-wrap .topics-inner-bg:nth-child(2n) {
  float: right;
  margin-right: 0;
}
.transmit-topics-wrap .topics-inner-bg .topics-date {
  background-image: url(/albums/css/basic2-blocks2/abm00002844.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  margin-bottom: 25px;
  width: 186px;
  line-height: 62px;
  padding-right: 30px;
  padding-top: 38px;
}
.transmit-topics-wrap .topics-inner-bg .topics-date-inner {
  border-bottom: #008E48 1px solid;
  font-size: 14px;
  color: #008E48;
  font-weight: 500;
  line-height: 1.8;
  margin-right: 10px;
  padding-bottom: 10px;
}
.topics-readtext a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 639px) {
   .transmit-topics-wrap .topics-inner-bg {
    width: 100%;
    float: none;
    margin-right: 0;
    padding: 15px 8% 40px 8%;
  }
  .transmit-topics-wrap .topics-inner-bg:nth-child(2n) {
    float: none;
  }
}
.bg-circle-wrap {
  padding: 0 4% 0 calc(4% + 15px);
  padding-top: 50px;
  max-width: 1156px;
  margin-left: auto;
  margin-right: auto;
}
.bg-circle-wrap .bg-circle-inner {
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
  width: 336px;
  height: 336px;
}
.bg-circle-wrap .bg-circle-inner-wraplink {
  width: 336px;
  height: 336px;
  position: relative;
  color: #FFF;
  background-color: #374D6A;
  background-image: url(/albums/css/basic2-blocks2/abm00002843.png);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
}
.bg-circle-wrap .bg-circle-inner:nth-child(2) .bg-circle-inner-wraplink {
  background-color: #41475A;
}
.bg-circle-wrap .bg-circle-inner:nth-child(3) .bg-circle-inner-wraplink {
  background-color: #663E45;
}
.bg-circle-wrap .bg-circle-inner:nth-child(4) .bg-circle-inner-wraplink {
  background-color: #932D1E;
}
.bg-circle-wrap .bg-circle-inner:nth-child(5) .bg-circle-inner-wraplink {
  background-color: #B25423;
}
.bg-circle-wrap .bg-circle-inner:nth-child(6) .bg-circle-inner-wraplink {
  background-color: #CF9B29;
}
.bg-circle-wrap .bg-circle-inner:nth-child(7) .bg-circle-inner-wraplink {
  background-color: #708236;
}
.bg-circle-wrap .bg-circle-inner:nth-child(8) .bg-circle-inner-wraplink {
  background-color: #556951;
}
.bg-circle-wrap .bg-circle-inner-wraplink:hover {
  filter:brightness(70%);
}
.bg-circle-wrap .bg-circle-inner:nth-child(3n) {
  margin-right: 0;
}
.bg-circle-inner-wraplink .bg-circle-inner-textbox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 191px;
  height: 85px;
  text-align: center;
}
.bg-circle-inner-wraplink .bg-circle-inner-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 35px;
}
.bg-circle-inner-wraplink:nth-child(3) .bg-circle-inner-title,
.bg-circle-inner-wraplink:nth-child(4) .bg-circle-inner-title,
.bg-circle-inner-wraplink:nth-child(5) .bg-circle-inner-title {
  margin-bottom: 13px;
}
.bg-circle-inner-wraplink .bg-circle-inner-readtext {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 150%;
}
.bg-circle-inner-wraplink .bg-circle-inner-title a,
.bg-circle-inner-wraplink .bg-circle-inner-readtext a {
  color: #FFF;
}
@media screen and (max-width: 1320px) {
 .bg-circle-wrap .bg-circle-inner {
  float: none;
  margin-right: 0;
  margin: 0 auto;
  margin-bottom: 15px;
}
.bg-circle-wrap .bg-circle-inner:nth-child(3n) {
  margin: 0 auto;
  margin-bottom: 15px;
}
.bg-circle-wrap {
  margin-left: 0px;
}
}
@media screen and (max-width: 639px) {
  .bg-circle-wrap {
    padding: 0;
  }
  .bg-circle-wrap .bg-circle-inner {
    width: 294px;
    height: 294px;
  }
  .bg-circle-wrap .bg-circle-inner-wraplink {
    width: 294px;
    height: 294px;
    background-size: 294px 294px;
  }
}
.fr-editor .bg-circle-inner-wraplink .bg-circle-inner-textbox {
  position: static;
  width: auto;
  height: auto;
  text-align: left;
}

/*  4+1画像ブロック  */
.cp-ti-1-4,
.cp-it-1-4{
  display: table;
  width: 100%;
  border: 1px solid #CCC;
  margin-top: 40px;
  margin-bottom: 40px;
  table-layout: fixed;
}
.cp-ti-1-4 + .cp-ti-1-4,
.cp-ti-1-4 + .cp-it-1-4,
.cp-it-1-4 + .cp-ti-1-4,
.cp-it-1-4 + .cp-it-1-4 {
  margin-top: -41px;
}
.cp-ti-1-4 .cp-1-4-text,
.cp-it-1-4 .cp-1-4-text{
  display: table-cell;
  width: 45%;
  padding: 20px 2%;
  vertical-align: top;
}
.cp-ti-1-4 .cp-1-4-img,
.cp-it-1-4 .cp-1-4-img{
  display: table-cell;
  width: 55%;
  vertical-align: top;
}
.cp-ti-1-4 .cp-ii{
  border-left: 1px solid #ccc;
}
.cp-it-1-4 .cp-ii{
  border-right: 1px solid #ccc;
}
.cp-ti-1-4 .thumb-wrap,
.cp-it-1-4 .thumb-wrap{
  display: table;
  width: 100%;
  border-top: 1px solid #ccc;
  table-layout: fixed;
}
.cp-ti-1-4 .thumb-item{
  display: table-cell;
  border-left: 1px solid #ccc;
}
.cp-it-1-4 .thumb-item{
  display: table-cell;
  border-right: 1px solid #ccc;
}
.cp-ti-1-4 .thumb-item:empty,
.cp-it-1-4 .thumb-item:empty{
  display: none;
}

.cp-ti-1-4 .cp-text-tit,
.cp-it-1-4 .cp-text-tit{
  margin-bottom: 5px;
  font-weight: bold;
}
.cp-ti-1-4 .cp-text-tit:empty,
.cp-it-1-4 .cp-text-tit:empty{
  display: none;
}
.cp-ti-1-4 .cp-text-list,
.cp-it-1-4 .cp-text-list{
  margin-top: 10px;
}
.cp-ti-1-4 .cp-text-list:empty,
.cp-it-1-4 .cp-text-list:empty{
  display: none;
}
.cp-ti-1-4 .cp-text-list ul,
.cp-it-1-4 .cp-text-list ul{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cp-ti-1-4 .cp-text-list li,
.cp-it-1-4 .cp-text-list li{
  width: 100%;
  margin-bottom: 15px;
  padding: 0;
  text-indent: 0;
}
.cp-ti-1-4 .cp-text-list li:last-child,
.cp-it-1-4 .cp-text-list li:last-child{
  margin-bottom: 0;
}
.cp-ti-1-4 .cp-text-list li::before,
.cp-it-1-4 .cp-text-list li::before{
  content: none;
}
.cp-ti-1-4 .cp-text-list li::after,
.cp-it-1-4 .cp-text-list li::after{
  content: none;
}
.cp-ti-1-4 .cp-text-list li a,
.cp-it-1-4 .cp-text-list li a{
  display: block;
  margin: 0;
  padding: 10px 10px 10px 40px;
  border: 1px solid #ccc;
}
.cp-ti-1-4 .cp-text-list li a::before,
.cp-it-1-4 .cp-text-list li a::before{
  top: 16px;
}
@media screen and (max-width: 1200px) {
  .cp-ti-1-4,
  .cp-it-1-4{
    display: -webkit-flex;
    display: flex;
    border-left: none;
  }
  .cp-ti-1-4{
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cp-it-1-4{
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cp-ti-1-4 .cp-1-4-img,
  .cp-it-1-4 .cp-1-4-img{
    display: block;
    width: 100%;
    flex: 0 0 auto;
  }
  .cp-it-1-4 .cp-ii{
    border-left: 1px solid #ccc;
    border-right: none;
  }
  .cp-ti-1-4 .thumb-wrap{
    border-bottom: 1px solid #ccc;
  }
  .cp-it-1-4 .thumb-wrap{
    border-bottom: 1px solid #ccc;
  }
  .cp-it-1-4 .thumb-item{
    border-left: 1px solid #ccc;
    border-right: none;
  }
  .cp-ti-1-4 .cp-1-4-text,
  .cp-it-1-4 .cp-1-4-text{
    display: block;
    width: 100%;
    padding: 15px 4% 30px 4%;
    border-right: none;
    border-left: 1px solid #ccc;
    flex: 0 0 auto;
  }
}

body.search5 .contents {
  background-color: #f7f7f7;
}
body.search5.max .content{
  position: relative;
  padding-bottom: 0;
}
body.search5 .cp-h1-text{
  min-height: 52px;
  margin-bottom: 40px;
  padding-top: 4px;
  padding-left: 75px;
  padding-right: 190px;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.6;
}
body.search5 .btn-back {
  position: absolute;
  right: 40px;
  top: 50px;
  z-index: 1;
  width: 180px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #ccc;
  padding: 6px 0;
  -webkit-transition: background 0.2s, color 0.2s, border 0.2s;
  -o-transition: background 0.2s, color 0.2s, border 0.2s;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
body.search5 .btn-back:hover {
  color: #fff;
  background-color: #018E49;
  border-color: #018E49;
  text-decoration: none;
}
body.search5 .semi-prev-next-wrap {
  background-color: #f7f7f7;
  padding-bottom: 90px;
}
body.search5 .semi-prev-next {
  display: table;
  width: 100%;
  max-width: 570px;
  margin: 80px auto 0 auto;
  text-align: center;
}
body.search5 .semi-prev-next > div {
  display: table-cell;
  padding: 0 5px;
}
body.search5 .semi-prev-next > div a {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #ccc;
  padding: 6px 0;
  -webkit-transition: background 0.2s, color 0.2s, border 0.2s;
  -o-transition: background 0.2s, color 0.2s, border 0.2s;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
body.search5 .semi-prev-next > div a:hover {
  color: #fff;
  background-color: #018E49;
  border-color: #018E49;
  text-decoration: none;
}
body.search5 .semi-prev-next .prev a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -7px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/albums/css/basic2-blocks2/abm00008744.svg) no-repeat center center #333;
  background-size: 15px 15px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
body.search5 .semi-prev-next .next a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/albums/css/basic2-blocks2/abm00008744.svg) no-repeat center center #333;
  background-size: 15px 15px;
}
body.search5.economics6 .cp-h1-text{
  background: url(/albums/css/basic2-blocks2/abm00008781.png) no-repeat left top;
  background-size: 60px 52px;
}
body.search5.law6 .cp-h1-text{
  background: url(/albums/css/basic2-blocks2/abm00008782.png)) no-repeat left top;
  background-size: 60px 52px;
}
body.search5.Business6 .cp-h1-text{
  background: url(/albums/css/basic2-blocks2/abm00008783.png) no-repeat left top;
  background-size: 60px 52px;
}
body.search5.commerce6 .cp-h1-text{
  background: url(/albums/css/basic2-blocks2/abm00008786.png) no-repeat left top;
  background-size: 60px 52px;
}
body.search5.letters6 .cp-h1-text{
  background: url(/albums/css/basic2-blocks2/abm00008784.png) no-repeat left top;
  background-size: 60px 52px;
}
body.search5.network6 .cp-h1-text{
  background: url(/albums/css/basic2-blocks2/abm00008785.png) no-repeat left top;
  background-size: 60px 52px;
}
body.search5.humansciences6 .cp-h1-text{
  background: url(/albums/css/basic2-blocks2/abm00008787.png) no-repeat left top;
  background-size: 60px 52px;
}
body.search5.culture6 .cp-h1-text{
  background: url(/albums/css/basic2-blocks2/abm00008788.png) no-repeat left top;
  background-size: 60px 52px;
}
.semi-title-inner{
  width: 100%;
  max-width: 1280px;
  margin: -90px auto 0 auto;
  padding: 0 40px;
}
.semi-title .title-block{
  margin: 0;
  padding: 30px 0 30px 95px;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 300;
  background: url(/albums/css/basic2-blocks2/abm00008780.png) no-repeat 0 40px;
  background-size: 80px 74px;
}
@media screen and (max-width: 1200px) {
  body.search5.max .content{
    padding-bottom: 0;
  }
  body.search5 .cp-h1-text{
    padding-right: 0;
  }
  .semi-title-inner {
    margin-top: 0;
  }
  .semi-title .title-block{
    padding: 38px 0 38px 95px;
    font-size: 38px;
    font-size: 3.8rem;
  }
  body.search5 .btn-back {
    position: relative;
    top: -20px;
    right: 0;
    display: block;
    margin: 0 0 0 auto;
  }
  body.search5 .semi-prev-next > div a span {
    display: none;
  }
  body.search5 .semi-prev-next-wrap {
    padding-left: 6%;
    padding-right: 6%;
  }
  body.search5 .semi-prev-next .prev a{
    padding-left: 12px;
  }
  body.search5 .semi-prev-next .next a{
    padding-right: 12px;
  }
}
.semi-search {
  margin-top: 40px;
}
.semi-search form {
  display: flex;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.semi-search form input[type="text"]{
  width: calc(100% - 50px);
  height: 50px;
  padding: 13px 12px 13px 12px;
  border: none;
  background-color: #fff;
  border-radius: 0;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #333;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.semi-search form input[type="submit"]{
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  background: url(/albums/css/basic2-blocks2/abm00001079.svg) no-repeat #fff center center;
  background-size: 23px 23px;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 900px) {
  .semi-search form {
    width: 100%
  }
}
.semi-list-block{
  position: relative;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 10px;
  min-height: 160px;
}
.semi-list-block::before{
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  display: block;
  width: 50px;
  height: 50px;
  transform: rotate(45deg);
}
.semi-list-block-inner{
  display: table;
  width: 100%;
  padding: 10px;
}
.semi-list-block .textbox{
  display: table-cell;
  padding: 4px 0 8px 8px;
  vertical-align: top;
}
.semi-list-block .semi-list-title {
  margin-top: 3px;
  margin-bottom: 8px;
  line-height: 1.6;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
.semi-list-block .semi-list-text {
  margin-bottom: 3px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6;
}
.semi-list-block .semi-list-person {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
}
.semi-list-block .linkbox {
  margin-top: 5px;
}
.semi-list-block .linkbox a {
  display: inline-block;
  margin-left: 15px;
  border: 1px solid #ccc;
  width: 180px;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 3px 0;
}
.semi-list-block .linkbox br {
  display: none;
}
.semi-list-block .linkbox a:first-child {
  margin-left: 0;
}
.semi-list-block .imgbox{
  display: table-cell;
  width: 257px;
  padding-left: 10px;
  vertical-align: top;
  text-align: center;
}
.semi-list-block .imgbox:empty {
  display: none;
}
@media screen and (max-width: 1200px) {
  .semi-list-block .textbox{
    display: block;
    padding: 4px 8px 8px 8px;
  }
  .semi-list-block .linkbox a {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 10px;
  }
  .semi-list-block .imgbox{
    display: block;
    width: 100%;
    padding: 0 8px 8px 8px;
    text-align: center;
  }
}

.semi-tab div:nth-child(2) .semi-list-block::before{
  background-color: #00AAE6;
}
.semi-tab div:nth-child(2) .semi-list-block .semi-list-title{
  color: #00AAE6;
}
.semi-tab div:nth-child(3) .semi-list-block::before{
  background-color: #58AF3A;
}
.semi-tab div:nth-child(3) .semi-list-block .semi-list-title{
  color: #58AF3A;
}
.semi-tab div:nth-child(4) .semi-list-block::before{
  background-color: #006CB6;
}
.semi-tab div:nth-child(4) .semi-list-block .semi-list-title{
  color: #006CB6;
}
.semi-tab div:nth-child(5) .semi-list-block::before{
  background-color: #ED7601;
}
.semi-tab div:nth-child(5) .semi-list-block .semi-list-title{
  color: #ED7601;
}
.semi-tab div:nth-child(6) .semi-list-block::before{
  background-color: #009D96;
}
.semi-tab div:nth-child(6) .semi-list-block .semi-list-title{
  color: #009D96;
}
.semi-tab div:nth-child(7) .semi-list-block::before{
  background-color: #51308D;
}
.semi-tab div:nth-child(7) .semi-list-block .semi-list-title{
  color: #51308D;
}
.semi-tab div:nth-child(8) .semi-list-block::before{
  background-color: #EB6C99;
}
.semi-tab div:nth-child(8) .semi-list-block .semi-list-title{
  color: #EB6C99;
}
.semi-tab div:nth-child(9) .semi-list-block::before{
  background-color: #E8380D;
}
.semi-tab div:nth-child(9) .semi-list-block .semi-list-title{
  color: #E8380D;
}
.semi-tab div:nth-child(10) .semi-list-block::before{
  background-color: #006030;
}
.semi-tab div:nth-child(10) .semi-list-block .semi-list-title{
  color: #006030;
}

[data-area="content"] .semi-subnav {
  text-align: center;
}
[data-area="content"] .semi-subnav li{
  display: inline-block;
  margin-left: 12px;
  margin-bottom: 6px;
  margin-right: 12px;
  padding-left: 0;
  text-indent: 0;
}
[data-area="content"] .semi-subnav li::before {
  content: none;
}
[data-area="content"] .semi-subnav li a {
  display: block;
  min-height: 31px;
  padding-left: 46px;
  font-weight: 500;
  margin-left: 0;
}
[data-area="content"] .semi-subnav li a::before {
  content: none;
}

.semi-tab > div{
  padding-top: 40px;
}
.semi-tab div:nth-child(2) .semi-subnav li a{
  background: url(/albums/css/basic2-blocks2/abm00002850.png) no-repeat left center;
  background-size: 36px 31px;
}
.semi-tab div:nth-child(3)  .semi-subnav li a{
  background: url(/albums/css/basic2-blocks2/abm00002855.png) no-repeat left center;
  background-size: 36px 31px;
}
.semi-tab div:nth-child(4)  .semi-subnav li a{
  background: url(/albums/css/basic2-blocks2/abm00002854.png) no-repeat left center;
  background-size: 36px 31px;
}
.semi-tab div:nth-child(5)  .semi-subnav li a{
  background: url(/albums/css/basic2-blocks2/abm00002849.png) no-repeat left center;
  background-size: 36px 31px;
}
.semi-tab div:nth-child(6)  .semi-subnav li a{
  background: url(/albums/css/basic2-blocks2/abm00002856.png) no-repeat left center;
  background-size: 36px 31px;
}
.semi-tab div:nth-child(7)  .semi-subnav li a{
  background: url(/albums/css/basic2-blocks2/abm00002851.png) no-repeat left center;
  background-size: 36px 31px;
}
.semi-tab div:nth-child(8)  .semi-subnav li a{
  background: url(/albums/css/basic2-blocks2/abm00002852.png) no-repeat left center;
  background-size: 36px 31px;
}
.semi-tab div:nth-child(9)  .semi-subnav li a{
  background: url(/albums/css/basic2-blocks2/abm00017000.png) no-repeat left center;
  background-size: 36px 31px;
}
.semi-tab div:nth-child(10)  .semi-subnav li a{
  background: url(/albums/css/basic2-blocks2/abm00002853.png) no-repeat left center;
  background-size: 36px 31px;
}

.semi-table-list table {
  width: 100%;
}
.semi-table-list table .semi-title {
  width: 60%;
}
.semi-table-list table .semi-person {
  width: 20%;
}
.semi-table-list table .semi-link {
  width: 20%;
}
.semi-table-list table .semi-link a {
  display: block;
}
@media screen and (max-width: 1200px) {
  .semi-table-list table {
    width: 100%;
    background: transparent;
  }
  .semi-table-list table .semi-title {
    width: 100%;
    display: block;
    border: 0;
    padding: 15px 4% 5px 4%;
    background: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6;
  }
  .semi-table-list table .semi-person {
    width: 100%;
    display: block;
    border: none;
    padding: 0 4%;
    background: #fff;
  }
  .semi-table-list table .semi-link {
    width: 100%;
    display: block;
    border: none;
    padding: 0 4% 15px 4%;
    background: #fff;
    margin-bottom: 20px;
  }
  .semi-table-list table .semi-link a {
    margin-bottom: 5px;
  }
  .semi-table-list table .semi-link a:last-child {
    margin-bottom: 0;
  }
}

.semi-main-nav-wrap{
  position: relative;
}
.semi-main-nav-wrap::before{
  content: "";
  display: block;
  width: 100vw;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: calc(50% - 50vw);
  height: 100%;
  background: linear-gradient(#fff 12px, #008E48 12px, #008E48);
}
@media screen and (max-width: 1200px) {
  .semi-main-nav-wrap {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }  
  .semi-main-nav-wrap::before {
    background: linear-gradient(#f7f7f7 12px, #008E48 12px, #008E48);
  }  
}
.semi-main-nav{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 0 0 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.semi-main-nav::-webkit-scrollbar{
  display: none;
}
[data-area="content"] .semi-main-nav ul{
  display: table;
  text-align: center;
}
[data-area="content"] .semi-main-nav li{
  position: relative;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  margin: 0;
  padding: 10px 15px;
  text-indent: 0;
  color: #fff;
  cursor: pointer;
}
[data-area="content"] .semi-main-nav li::before{
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 100%;
  height: 12px;
  margin: 0 0 -12px 0;
  border-radius: 6px 6px 0 0;
  background-color: transparent;
  transition: 0.2s;
}
[data-area="content"] .semi-main-nav li.active::before,
[data-area="content"] .semi-main-nav li:hover::before{
  margin-bottom: 0;
}
[data-area="content"] .semi-main-nav li:nth-child(1),
[data-area="content"] .semi-main-nav li:nth-child(1)::before,
[data-area="content"] .semi-main-nav li:nth-child(10),
[data-area="content"] .semi-main-nav li:nth-child(10)::before{
  background-color: #006030;
}
[data-area="content"] .semi-main-nav li:nth-child(2),
[data-area="content"] .semi-main-nav li:nth-child(2)::before{
  background-color: #00AAE6;
}
[data-area="content"] .semi-main-nav li:nth-child(3),
[data-area="content"] .semi-main-nav li:nth-child(3)::before{
  background-color: #58AF3A;
}
[data-area="content"] .semi-main-nav li:nth-child(4),
[data-area="content"] .semi-main-nav li:nth-child(4)::before{
  background-color: #006CB6;
}
[data-area="content"] .semi-main-nav li:nth-child(5),
[data-area="content"] .semi-main-nav li:nth-child(5)::before{
  background-color: #ED7601;
}
[data-area="content"] .semi-main-nav li:nth-child(6),
[data-area="content"] .semi-main-nav li:nth-child(6)::before{
  background-color: #009D96;
}
[data-area="content"] .semi-main-nav li:nth-child(7),
[data-area="content"] .semi-main-nav li:nth-child(7)::before{
  background-color: #51308D;
}
[data-area="content"] .semi-main-nav li:nth-child(8),
[data-area="content"] .semi-main-nav li:nth-child(8)::before{
  background-color: #EB6C99;
}
[data-area="content"] .semi-main-nav li:nth-child(9),
[data-area="content"] .semi-main-nav li:nth-child(9)::before{
  background-color: #E8380D;
}
@media screen and (max-width: 1200px) {
  [data-area="content"] .semi-main-nav{
    padding: 12px 0 0 0;
  }
}

[data-area="content"] .relate-info{
  width: 100%;
  margin: 0 auto 40px auto;
}
[data-area="content"] .relate-info h4{
  margin-bottom: 5px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
  font-weight: 300;
}
[data-area="content"] .relate-info-inner{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
[data-area="content"] .relate-info > br {
  display: none;
}
[data-area="content"] .relate-info ul{
  width: calc( (100% - 90px ) / 4 );
  margin-left: 30px;
}
[data-area="content"] .relate-info ul:nth-of-type(4n+1){
  margin-left: 0;
}
[data-area="content"] .relate-info li{
  position: relative;
  margin: 0;
  padding: 3px 0 3px 40px;
  line-height: 1.4;
  text-indent: 0;
}
[data-area="content"] .relate-info li::before{
  content: "";
  position: absolute;
  top: 14px;
  left: 10px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -8px 0 0 0;
  background-color: #333;
}
[data-area="content"] .relate-info li::after{
  content: "";
  position: absolute;
  top: 10px;
  left: 12px;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 1200px) {
  [data-area="content"] .relate-info{
    padding: 0 4%;
  }
  [data-area="content"] .relate-info ul{
    width: calc( (100% - 30px ) / 2 );
  }
  [data-area="content"] .relate-info ul:nth-of-type(2n+1){
    margin-left: 0;
  }
}

.img-switch{
  width: 100%;
}
.img-switch-pc{
  width: 100%;
  text-align: center;
}
.img-switch-sp{
  display: none;
  width: 100%;
  text-align: center;
}
.fr-editor .img-switch-sp{
  display: block;
}
.img-switch-pc:empty,
.img-switch-sp:empty{
  display: none;
}
@media screen and (max-width: 1200px) {
  .img-switch-pc{
    display: none;
  }
  .fr-editor .img-switch-pc{
    display: block;
  }
  .img-switch-sp{
    display: block;
  }
}

.block-content {
  margint-bottom: 40px;
}
.block-content .school-block {
  width: calc(50% - 20px);
  float: left;
  margin-right: 40px;
  padding: 40px 0;
  border-bottom: 1px solid #666;
}
.block-content .school-block:nth-child(even){
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  .block-content .school-block {
    width: 100%;
    float: none;
    margin-right: auto;
  }
  .block-content .school-block:nth-child(even){
    margin-right: auto;
  }
}
.block-content .campus-block.danzyo {
  padding: 40px 0;
  border-bottom: 1px solid #333;
}
.block-content .campus-block.danzyo table {
  width: 100%;
  padding: 0;
  border-bottom: none;
}
.block-content .campus-block.danzyo .ttl04 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.block-content .campus-block.danzyo:last-child {
  border-bottom: none;
}
.block-content .campus-block.danzyo .school-year {
  padding: 0;
  border-bottom: none;
}
.block-content .campus-block.danzyo .school-year td.year {
  line-height: 1;
  border-right: none;
  margin-bottom:10px;
  font-size:12px;
}
.block-content .campus-block.danzyo .school-year td.year:first-child {
  border-left: none;
}
.block-content .campus-block.danzyo .school-year td.percent01 {
  padding: 10px 0;
  font-size:16px;
  color: #fff;
  background-color: #a9d08e;
}
.block-content .campus-block.danzyo .school-year td.percent02 {
  width: 75%;
  font-size:16px;
  padding: 10px 0;
  color: #fff;
  background-color: #70bce2;
}
.block-content .campus-block.danzyo .school-year td {
  width: 25%;
  float: left;
  padding: 0 15px;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .block-content .campus-block.danzyo .school-year td.percent01,
  .block-content .campus-block.danzyo .school-year td.percent02 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.block-content .campus-block.danzyo .top table {
  border-bottom: noen;
  padding: 0;
  width: 100%;
}
.block-content .campus-block.danzyo .top td {
  border-right: none;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 10px;
}
.block-content .campus-block.danzyo .top td:first-child {
  border-left: none;
}
.block-content .campus-block.danzyo .bottom td {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 0;
}
.block-content .school-block:last-child {
  border-bottom: none;
}
.block-content .school-ttl {
  width: 40%;
  float: left;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}
.block-content .school-block .school-txt {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
}
.block-content .school-block:last-child,
.block-content .campus-block:last-child {
  border-bottom: 1px solid #666 !important;
}
@media screen and (max-width: 960px) {
  .block-content .school-ttl {
    width: 100%;
    float: none;
  }
  .block-content .school-block .school-txt {
    display: block;
  }
}
.block-content .three-column {
  padding: 40px 0 40px;
  border-bottom: 1px solid #333;
}
.block-content .three-column h4.school-ttl {
  width: 20%;
}
.block-content .three-column .kind {
  width: 30%;
  float: left;
}
.block-content .three-column .people-num {
  width: 50%;
  float: right;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .block-content .three-column h4.school-ttl{
    width: 100%;
    float: none;
  }
  .block-content .three-column .kind {
    width: 40%;
  }
  .block-content .three-column .people-num {
    width: 60%;
  }
}
.block-content .place-block {
  padding: 40px 0;
}
.block-content .place-block .ttl04 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.campas-place-info {
  margin: 40px 0;
}
.campas-place-info .itable-place-wrap {
  width: 48%;
  float: left;
  margin: 0 1%;
}
.campas-place-info .place-title {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.campas-place-info .googlemap-link {
  margin: 10px 0;
}
.campas-place-info .table-place-info {
  margin-top: 15px;
  font-size: 13px;
  font-size: 1.3rem;
}
.campas-place-info .table-place-info table {
  margin-top: 0;
  margin-bottom: 0;
  border: #333 1px solid;
  border-bottom: none;
}
.campas-place-info .table-place-info table tr td:first-child {
  background-color: #666;
  color: #FFF;
}
.campas-place-info .table-place-info table tr td {
  border: #333 1px solid;
  padding-left: 2%;
  padding-right: 2%;
}
.campas-place-info .place-title:empty,
.campas-place-info .place-img:empty,
.campas-place-info .googlemap-link:empty,
.campas-place-info .table-place-info:empty{
  display: none;
}
@media screen and (max-width:639px) {
  .campas-place-info {
    margin: 40px 0;
  }
  .campas-place-info .itable-place-wrap {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .campas-place-info .place-img {
    text-align: center;
  }
}

.program-info-wrap {
  margin: 40px 0;
}
.program-info-wrap .program-wrap-inner.inner-left {
  width: 48%;
  float: left;
}
.program-info-wrap .program-wrap-inner.inner-right {
  width: 48%;
  float: right;
}
.program-info-wrap .program-wrap-inner .program-title li {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  vertical-align: middle;
}
.program-info-wrap .program-wrap-inner .program-title li::before {
  content: none;
}
.program-info-wrap .program-title {
  margin-bottom: 10px;
}
.program-info-wrap .title-text {
  font-size: 22px;
  font-weight: 600;
  margin-left: 5px;
}
.program-info-wrap .program-title .title-icon img {
  height: 35px;
  width: auto;
}
.program-sub-title {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
}
@media screen and (max-width: 639px) {
  .program-info-wrap .program-wrap-inner.inner-left {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .program-info-wrap .program-wrap-inner.inner-right {
    width: 100%;
    float: none;
  }
}

.border-box .bottom-border-text {
  border: #ccc 1px solid;
  padding: 15px 15px;
  margin-top: 15px;
}
@media screen and (max-width: 639px) {
  .border-box .cp-text-col2 .cp-text-l {
    width: 100%;
    float: none;
  }
  .border-box .cp-text-col2 .cp-text-r {
    width: 100%;
    float: none;
  }
}

.floor-guide-wrap {
  display: table;
  width: 100%;
  padding-top: 20px;
}
.floor-guide-wrap .left-inner {
  background-color: #ECF9F2;
  width: 17%;
  display: table-cell;
  padding-left: 25px;
  padding-top: 25px;
  vertical-align: top;
}
.floor-guide-wrap .right-inner {
  width: 80%;
  display: table-cell;
  padding-left: 40px;
}
.floor-guide-wrap .floor-guide-wrap-inner .floor-guide-inner-ti,
.floor-guide-wrap .floor-guide-wrap-inner .cp-ti,
.floor-guide-wrap .floor-guide-wrap-inner .floor-guide-inner-ht {
  border-top: #999999 1px solid;
}
.floor-guide-wrap .floor-guide-wrap-inner .cp-ti {
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.floor-name {
  font-size: 32px;
  font-weight: 500;
  line-height: 200%;
}
.floor-pdf-file {
  font-weight: 500;
}
.floor-guide-wrap .cp-h3-text {
  border-top: #999999 1px solid;
  padding-top: 20px;
  margin-top: 0;
}
.floor-guide-wrap .floor-guide-wrap-inner .cp-ti {
  margin-top: 0px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.floor-guide-wrap .floor-guide-wrap-inner .cp-ti .cp-ti-text {
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 192px) !important;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-top: 15px;
  padding-right: 40px;
}
.floor-guide-wrap .floor-guide-wrap-inner .cp-ti .cp-ti-img {
  -ms-flex-direction: column;
  flex-direction: column;
  width: 192px !important;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 639px) {
  .floor-guide-wrap .left-inner {
    width: 100%;
    display: block;
    padding-bottom: 15px;
  }
  .floor-guide-wrap .right-inner {
    width: 100%;
    display: block;
    padding-left: 0;
  }
  .floor-guide-wrap .floor-guide-wrap-inner .cp-ti .cp-text {
    width: 100% !important;
    float: none;
    padding-right: 10px;
  }
  .floor-guide-wrap .floor-guide-wrap-inner .cp-ti .cp-img {
    width: 100% !important;
    float: none;
  }
}
.floor-guide-inner-ti .floor-guide-inner-text .floor-guide-inner-title {
  font-weight: 600;
  margin-bottom: 20px;
}
.floor-guide-inner-ti .cp-all li {
  margin: 1px 0;
  line-height: 200%;
}
.floor-guide-inner-ti .cp-all li::before {
  width: 8px;
  height: 8px;
  margin: -1px 10px 0 15px;
}
@media screen and (max-width: 1200px) {
  .floor-guide-inner-ti.cp-ti .cp-text {
    padding-right: 10px;
  }
}
.floor-guide-inner-text .floor-guide-inner-text-img {
  margin-top: 25px;
  text-align: center;
}

.floor-guide-wrap .floor-guide-wrap-inner .cp-ti .cp-img.floor-guide-img3 {
  margin-bottom: 10px;
}
.floor-guide-wrap .floor-guide-wrap-inner .cp-ti .cp-img.floor-guide-img3:nth-child(3) {
  margin-bottom: 0px;
}
.floor-guide-inner-ht .floor-guide-inner-text {
  padding-top: 20px;
}

.cp-tab.library .cp-tab-content,
.tab-bottom-text-bg-wrap {
  background-color: #FFF;
  border: #CCCCCC 1px solid;
}
.cp-tab.library .cp-tab-content a,
.tab-bottom-text-bg-wrap a {
  text-decoration: underline;
}
.cp-tab.library .cp-tab-content a:hover,
.tab-bottom-text-bg-wrap a:hover {
  text-decoration: none;
}
.cp-tab.library .cp-tab-content > div,
.tab-bottom-text-wrap {
  background: #ebf8f1;
  padding: 30px 40px;
  margin: 2px;
}
.tab-inner-wrap .tab-inner-title {
  font-weight: 500;
  margin-bottom: 30px;
}
.cp-tab.library .library-tab-inner,
.tab-inner-wrap .tab-inner-readtext {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.cp-tab.library .library-tab-inner label.radio,
.tab-inner-wrap .tab-inner-readtext label.radio{
  font-size: 13px;
  font-size: 1.3rem;
}
.cp-tab.library .library-tab-inner .opac-sp-go,
.tab-inner-wrap .tab-inner-readtext .opac-sp-go{
  margin-top: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}
.cp-tab.library .library-tab-inner h3,
.tab-inner-wrap .tab-inner-readtext h3{
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.cp-tab.library .library-tab-inner form#local input.keyword-box,
.tab-inner-wrap .tab-inner-readtext form#local input.keyword-box {
  width: calc(100% - 93px);
  height: 42px;
  margin: 0 auto;
  padding: 0 8px;
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid #ddd;
}
.cp-tab.library .library-tab-inner form#local .bt-search,
.tab-inner-wrap .tab-inner-readtext form#local .bt-search {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  color: #FFF;
  width:83px;
  height:42px;
  margin-left: 10px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center left;
  font-size: 16px;
  padding-left: 24px;
  background: url(/albums/css/basic2-blocks2/abm00001092.svg), -moz-linear-gradient(20% 30% -90deg,rgb(0,96,48) 0%,rgb(0,81,40) 97%); 
  background: url(/albums/css/basic2-blocks2/abm00001092.svg), -webkit-linear-gradient(-90deg,rgb(0,96,48) 0%,rgb(0,81,40) 97%);
  background: url(/albums/css/basic2-blocks2/abm00001092.svg), linear-gradient(180deg,rgb(0,96,48) 0%,rgb(0,81,40) 97%);
  background-repeat: no-repeat, no-repeat;
  background-position: 10px 50%, 0 0;
  background-size: 18px 18px, 100% 100%;
  font-weight: 500;
  letter-spacing: 3px;
}
.cp-tab.library .library-tab-inner table td,
.tab-inner-wrap .tab-inner-readtext table td {
  line-height: 140%;
  padding: 8px;
  font-size: 13px;
}
.library .container-inner > :last-child {
  margin-bottom: 150px;
  padding-bottom: 0;
}
.cp-tab.library .cp-tab-menu,
.tabLink.library {
  margin-bottom: 0;
}
@media screen and (min-width: 1201px) {
  .cp-tab.library .cp-tab-menu ul {
    display: table;
    width: 100%;
    table-layout: auto;
    border-collapse: separate;
    border-spacing: 10px 0;
    background: transparent;
  }
  .library2 .tabLink ul,
  .tabLink.library ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 10px 0;
    background: transparent;
  }
  .cp-tab.library .cp-tab-menu ul > li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
    padding: 15px 5px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-size: 1.6rem;
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f5f5f5 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #f5f5f5 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 );
    border-radius: 3px 3px 0 0 / 3px 3px 0 0;
    border: #CCCCCC 1px solid;
    border-bottom: none;
    line-height: 1.5;
  }
  .library2 .tabLink ul > li,
  .tabLink.library ul > li {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
    position: relative;
    padding: 15px 5px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-size: 1.6rem;
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f5f5f5 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #f5f5f5 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 );
    border-radius: 3px 3px 0 0 / 3px 3px 0 0;
    border: #CCCCCC 1px solid;
    border-bottom: none;
    line-height: 1.5;
  }
  .cp-tab.library .cp-tab-menu ul > li > a,
  .library2 .tabLink ul > li > a {
    color: #333;
  }
  .cp-tab.library .cp-tab-menu ul > li > a,
  .library2 .tabLink ul > li > a,
  .tabLink.library ul > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: -15px -5px;
    padding: 15px 5px;
  }
  .cp-tab.library .cp-tab-menu ul > li.active,
  .cp-tab.library .cp-tab-menu ul > li:hover,
  .cp-tab.library .cp-tab-menu ul > li.active a,
  .cp-tab.library .cp-tab-menu ul > li:hover a,
  .library2 .tabLink ul > li > a.active,
  .library2 .tabLink ul > li > a:hover,
  .tabLink.library ul > li > a.active,
  .tabLink.library ul > li > a:hover {
    color: #fff;
    background: -moz-linear-gradient(20% 30% -90deg,rgb(0,96,48) 0%,rgb(0,81,40) 97%);
    background: -webkit-linear-gradient(-90deg,rgb(0,96,48) 0%,rgb(0,81,40) 97%);
    background: linear-gradient(180deg,rgb(0,96,48) 0%,rgb(0,81,40) 97%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff006030,endColorstr=#ff005128,GradientType=0);
    text-decoration: none;
    border-color: #006030;
  }
  .cp-tab.library .cp-tab-menu ul > li.active::before,
  .cp-tab.library .cp-tab-menu ul > li:hover::before,
  .library2 .tabLink ul > li > a.active::before,
  .library2 .tabLink ul > li > a:hover::before,
  .tabLink.library ul > li > a.active::before,
  .tabLink.library ul > li > a:hover::before {
    content: none;
  }
}
@media screen and (max-width: 1200px) {
  .cp-tab.library .toggle,
  .library2 .tabLink .toggle,
  .tabLink.library .toggle {
    background-color: #006030;
  }
  .cp-tab.library .cp-tab-menu ul > li,
  .library2 [data-area="content"] .tabLink ul > li a,
  [data-area="content"] .tabLink.library ul > li a {
    border-top: 1px solid #FFF;
    background-color: #006030;
  }
  .cp-tab.library .cp-tab-menu ul > li br {
    display: none;
  }
  .cp-tab.library .library-tab-inner,
  .tab-inner-wrap .tab-inner-readtext {
    width: 96%;
  }
}

@media screen and (max-width: 1200px) {
  .cp-tab.library .cp-tab-content > div,
  .tab-bottom-text-wrap {
    padding: 30px 15px;
    margin: 2px;
  }
  .table-scroll-x.cp-all table{
    width: 1200px;
  }
  .cp-tab.library .cp-tab-content table td,
  .tab-bottom-text-bg-wrap .tab-inner-wrap table td {
    word-break:break-all;
  }
}

.h-gakusei-q-a {
  display: table;
}
.h-gakusei-q-a .h-icon-img {
  width: 7%;
  display: table-cell;
  vertical-align: middle;
}
.h-gakusei-q-a .h-icon-text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 2%;
  width: 90%;
  font-size: 20px;
  font-weight: 600;
}
.gakusei-q-a-bottom {
  margin-top: 30px;
  padding-left: 7%;
  margin-bottom: 40px;
}
.gakusei-q-a-bottom.text-wrap {
  margin-top: 30px;
  padding-left: 9%;
  margin-bottom: 40px;
}
.gakusei-q-a-bottom .inner-right-text {
  font-size: 15px;
  line-height: 180%;
}
.gakusei-q-a-bottom.it-wrap .inner-left-img {
  width: 34%;
  float: left;
  margin-right: 3%;
}
.gakusei-q-a-bottom.it-wrap .inner-right-img {
  width: 63%;
  float: left;
}
@media screen and (max-width: 639px) {
  .gakusei-q-a-bottom {
    padding-left: 0;
  }
  .gakusei-q-a-bottom.it-wrap .inner-left-img {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .gakusei-q-a-bottom.it-wrap .inner-right-img {
    width: 100%;
    float: none;
  }
}

.oneday-header{
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 40px;
  background-color: #f6f6f9;
}
.oneday-header-inner{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
.oneday-header-text-1{
  margin-top: 5px;
  margin-bottom: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
.oneday-header-text-2{
  margin-bottom: 5px;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
.oneday-header-text-3{
  padding-bottom: 60px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .oneday-header-inner{
    padding: 0 4%;
  }
}

.sports-program-title{
  display: table;
  width: 100%;
  margin-bottom: 40px;
}
.sports-program-icon{
  display: table-cell;
  width: 74px;
  vertical-align: middle;
}
.sports-program-text{
  display: table-cell;
  padding-left: 15px;
  text-align: left;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2;
  vertical-align: middle;
}

/*========================================
　メインビジュアル
=========================================*/
.club-main-visual-area {
  position: relative;
  padding-top: 60px;
}
.club-main-visual-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  background: #f7f7f7;
}
.club-main-visual-area .pulldown-link {
	position: absolute;
	right: 0;
	top: 0;
	width: inherit;
	margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .club-main-visual-area .pulldown-link {
  	position: static;
  }
}


.club-main-visual-inner {
 max-width:1040px;
 margin:0 auto;
 position:relative;
}

.club-main-visual {
  text-align: center;
}
@media screen and (max-width: 639px) {
  .club-main-visual {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

/*========================================
　h1
=========================================*/
body.senon .container h1 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 600;
}

body.senon.clubs .container h1 {
  display: inline-block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  margin-bottom: 20px;
  letter-spacing: 0;
}

@media screen and (max-width: 1200px) {
  body.senon.clubs [data-area="content"] .cp-h1-text {
    position: relative;
    left: 0;
    display: inline-block;
    padding-bottom: 0;
    transform: inherit;
  }
  body.senon.clubs [data-area="content"] .cp-h1-text::before {
    content: none; 
  }
}

/*========================================
　プルダウン
=========================================*/
@media screen and (max-width: 1200px) {
  .pulldown-link {
    position: relative;
    margin-bottom: 20px;
  }
}
.pulldown-link > a,
.pulldown-link > br{
  display: none;
}
.pulldown-link label{
  position: relative;
}
.pulldown-link label::before{
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 9px;
  height: 9px;
  margin-top: -4px;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
}
.pulldown-link label::after{
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 9px;
  height: 9px;
  margin-top: -4px;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg);
}
.pulldown-link select{
  min-width: 250px;
  padding: 5px 10px;
  border: #999 1px solid;
  border-radius: 0;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.pulldown-link select option{
  margin: 0;
  padding: 3px 10px;
}
@media screen and (max-width: 639px) {
  .pulldown-link select{
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.outsite .icon {
  display: inline-block;
  width: 32px;
  margin-right: 8px;
  margin-bottom: 10px;
}
.outsite .icon + .cp-inner {
  display: inline-block;
}

.odt-topnavi-wrap {
  margin: 40px 0;
}
.odt-topnavi-inner {
  width: 25%;
  float: left;
}
.odt-topnavi-wrap .odt-topnavi-inner a {
  display: block;
  color: #333;
}
.odt-topnavi-it-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 5px;
}
.odt-topnavi-it-wrap .img-wrap {
  margin-right: 5%;
  width: 74px;
  height: auto;
}
.odt-topnavi-it-wrap .text-wrap {
  width: calc(95% - 74px);
  padding-right: 5%;
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  .odt-topnavi-inner {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 639px) {
  .odt-topnavi-inner {
    width: 100%;
    float: none;
  }
}

.calendar-info-area {
  margin-top: 40px;
  margin-bottom: 30px;
}
.calendar-area {
  width:65%;
  float:left;
}
.calendar-area .calendar-inner-l {
  float: left;
  width: 49%;
  margin-right: 1%;
  margin-top: 0;
}
.calendar-area .calendar-inner-r {
  float: right;
  width: 49%;
  margin-left: 1%;
  margin-top: 0;
}
.calendar-area .calendar-inner-l table,
.calendar-area .calendar-inner-r table{
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .calendar-area {
    width:100%;
    float:none;
  }
  .calendar-area .calendar-inner-l {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .calendar-area .calendar-inner-r {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.calendar-area .cp-all table th,
.calendar-area .cp-all table td {
  padding: 5px 0px;
  line-height: 1.5;
}
.calendar-info-area .info-area {
  width:30%;
  float:right;
}
@media screen and (max-width: 1200px) {
  .calendar-info-area .info-area {
    width: 100%;
    float: none;
    margin-top: 40px;
  }
}
.calendar-cap {
  margin-bottom:20px;
}
.calendar-info-area .info-area .cp-wp {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px;
  background: #f6f6f9;
}
.calendar-area-wp.cp-all table th,
.calendar-area-wp.cp-all table td {
  padding: 5px 0px;
  line-height: 1.5;
}

.education-kanren-warp .left-wrap {
  width: 23%;
  float: left;
  background-color: #FFF;
  border: #E2E2EB 1px solid;
  margin-right: 2%;
  padding: 20px;
}
.education-kanren-warp .right-wrap {
  width: 75%;
  float: left;
}
.education-kanren-warp .right-wrap.cp-all li {
  display: inline-block;
  background-color: #FFF;
  border: #E2E2EB 1px solid;
  width: 32%;
  margin: 0 2% 0 0;
  padding: 10px 10px 10px 0;
}
.education-kanren-warp .right-wrap.cp-all li:last-child {
  margin-right: 0;
}
.education-kanren-warp .right-wrap.cp-all li a::before {
  top: 16px;
}
.education-kanren-warp .right-wrap ul {
  margin-bottom: 10px;
}
.education-kanren-warp .right-wrap ul:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 639px) {
  .education-kanren-warp .left-wrap {
    float: none;
    width: 100%;
    text-align: center;
    margin-right: 0;
    padding: 10px 0;
    margin-bottom: 20px;
  }
  .education-kanren-warp .right-wrap {
    width: 100%;
    float: none;
  }
  .education-kanren-warp ul {
    margin-bottom: 0px;
  }
  .education-kanren-warp .right-wrap.cp-all li {
    width: 100%;
    margin-bottom: 10px;
  }
  .education-kanren-warp .right-wrap li:nth-child(2n) {
    margin-right: 0;
  }
}

.route-search{
  margin-bottom: 40px;
  padding: 20px;
  background: #f7f7f7;
}
.route-txt{
  display: table;
  width: 100%;
  margin: 0 auto;
}
.route-txt label{
  display: table-cell;
}
.route-txt .route-subtxt{
  display: table-cell;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
.route-txt .route-subtxt select{
  margin-right: 10px;
  margin-left: 10px;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  font-size: 16px;
  font-size: 1.6rem;
}
.route-txt .route-search-btn{
  display: table-cell;
  width: 100px;
  text-align: right;
}
.route-txt #saddr{
  width: 100%;
  padding: 11px 15px;
  border: 1px solid #CCC;
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
}
.route-txt input[type=submit] {
  width: 100%;
  padding: 10px 0;
  border: none;
  background: #008E48;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color : #fff;
  cursor: pointer;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
  transition-duration: .2s;
  transition-property: background-color,color,border;
}
.route-txt input[type=submit]:hover {
  background-color: #333;
}
@media screen and (max-width:800px) {
  .route-search{
    padding: 10px;
  }
  .route-txt{
    display: block;
  }
  .route-txt label{
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .route-txt .route-subtxt{
    display: inline-block;
    width: auto;
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
  }
  .route-txt .route-search-btn{
    display: block;
    width: auto;
    text-align: center;
  }
}

.admission-topics {
  border: #ccc solid 1px;
}
.admission-topics + .admission-topics {
  margin-top:40px;
}
.admission-topics-title-area {
  width:100%;
}
.admission-topics-title-area {
  margin-bottom:25px;
}
.admission-topics-title-area dt {
  width:65px;
  height:65px;
  background:#008E48;
  color:#fff;
  text-align:center;
  line-height:1.3;
  padding-top: 12px;
  font-weight:600;
  float:left;
}
.topics-title-head {
  font-size:1.3rem;
}
.topics-title-no {
  font-size:2.4rem;
}
.admission-topics-title-area dd{
  width:calc(100% - 85px);
  padding-left:20px;
  padding-right:20px;
  padding-top: 15px;
  font-weight:600;
  font-size:2.4rem;
  line-height:1.5;
  float:left;
  vertical-align: middle;
}
.admission-topics-text {
  padding:0 20px 20px 86px;
}
.admission-topics-wrap a{
  text-decoration:none;
}
.admission-topics-wrap a:hover{
  text-decoration:underline;
}
.admission-topics-text-bt {
  margin-top:15px;
}
.admission-topics-text-bt a {
  position: relative;
  padding-left: 23px;
  text-decoration:none;
}
.admission-topics-text-bt a:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/albums/css/basic2-blocks2/abm00003069.svg) no-repeat center center #333;
  background-size: 15px 15px;
}

.opencampus-date{
  margin-bottom: 15px;
  padding: 12px 20px 18px 20px;
  background-color: #f7f7f7;
  line-height: 1.4;
}
.cp-ti.opencampus-detail .detail-date {
  margin-bottom: 15px;
}
.cp-ti.opencampus-detail .detail-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .cp-ti.opencampus-detail .detail-date{
    padding-left: 4%;
    padding-right: 4%;
  }
  .cp-ti.opencampus-detail .cp-img{
    display: none;
  }
}

.admission-pickup-wrap {
  margin-top:40px;
  margin-bottom:40px;
}
.admission-pickup {
  background:#F6F6F9;
  width:47.7%;
  float:left;
  margin-bottom:40px;
}
.admission-pickup-wrap .admission-pickup:nth-child(2n) {
  float:right;
}
@media screen and (max-width: 960px) {
  .admission-pickup,
  .admission-pickup-wrap .admission-pickup:nth-child(2n) {
    float:none;
    width:100%;
  }
}
.admission-pickup-title-area {
  width:100%;
  display:table;
}
.admission-pickup-title-area dt {
  width:65px;
  height:65px;
  background:#008E48;
  color:#fff;
  text-align:center;
  line-height:1.3;
  padding-top: 14px;
  font-weight:600;
  display:table-cell;
  font-size:1.2rem;
}
.admission-pickup-title-area dd{
  width:calc(100% - 85px);
  padding-left:20px;
  padding-right:20px;
  font-weight:600;
  font-size:1.8rem;
  line-height:1.3;
  display:table-cell;
  vertical-align: middle;
}
.admission-pickup-desc-inner {
  padding:20px;
}
.admission-pickup-desc-bt {
  margin-top:20px;
}
.admission-pickup-desc-bt a {
  position: relative;
  padding-left: 23px;
  text-decoration:none;
}
.admission-pickup-desc-bt a:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/albums/css/basic2-blocks2/abm00003069.svg) no-repeat center center #333;
  background-size: 15px 15px;
}
.admission-pickup-inner a{
  text-decoration:none;
}
.admission-pickup-inner a:hover .admission-pickup-desc-bt,
.admission-pickup-inner a:hover .admission-pickup-desc{
  text-decoration:underline;
}
.admission-pickup-title {
  font-size:1.8rem;
  font-weight:600;
  margin-bottom:20px;
}

.keiei-curriculum-bottom-wrap {
  margin-top: 50px;
}
.keiei-curriculum-bottom-wrap .interview-border-wrap {
  border: #1BB7CD 2px solid;
  padding: 30px 15px;
}
.keiei-curriculum-bottom-wrap .interview-border-wrap .interview-title-text {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  color: #1BB7CD;
}
.keiei-curriculum-bottom-wrap .interview-ttimg-wrap {
  margin: 30px 0 40px 0;
}
.keiei-curriculum-bottom-wrap .interview-ttimg-wrap .interview-ttimg-left {
  width: 50%;
  float: left;
}
.keiei-curriculum-bottom-wrap .interview-ttimg-wrap .interview-ttimg-left .inner-title {
  color: #19B7CC;
  font-weight: 500;
  font-size: 20px;
  font-size: 2.0rem;
}
.keiei-curriculum-bottom-wrap .interview-ttimg-wrap .interview-ttimg-left .inner-text {
  line-height: 180%;
}
.keiei-curriculum-bottom-wrap .interview-ttimg-wrap .interview-ttimg-right {
  width: 45%;
  float: right;
}
.keiei-curriculum-bottom-wrap .interview-professor-img {
  width: 200px;
  float: left;
  margin-right: 3%;
  margin-bottom: 5px;
}
.keiei-curriculum-bottom-wrap .interview-professor-right {
  width:  calc(97% - 200px);
  float: right;
}
.keiei-curriculum-bottom-wrap .interview-professor-right .icon-kamoku-list {
  background-color: #1BB7CD;
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  padding: 0 20px;
  margin-top: 25px;
  margin-bottom: 5px;
  font-weight: 500;
}
.keiei-curriculum-bottom-wrap .interview-professor-right .bottom-kamoku-title {
  color: #19B7CC;
  padding-right: 15px;
}

.keiei-curriculum-bottom-wrap .interview-professor-right .bottom-kamoku-title,
.keiei-curriculum-bottom-wrap .interview-professor-right .bottom-kamoku-text {
  display: inline;
}
.keiei-curriculum-bottom-wrap .interview-professor-right .bottom-kamoku-title:empty,
.keiei-curriculum-bottom-wrap .interview-professor-right .bottom-kamoku-text:empty,
.keiei-curriculum-bottom-wrap .interview-professor-right .icon-kamoku-list:empty {
  display: none;
}
.keiei-curriculum-bottom-wrap.color-step2 .h-text-wrap .h-text-inner {
  border: #F18E38 3px solid;
}
.keiei-curriculum-bottom-wrap.color-step2 .h-text-wrap .h-text-title {
  background-color: #F18E38;
}
.keiei-curriculum-bottom-wrap.color-step2 .kamoku-list-wrap .border-title {
  border: 2px #F18E38 solid;
  color: #F18E38;
}
.keiei-curriculum-bottom-wrap.color-step2 .interview-border-wrap {
  border: #F18E38 2px solid;
}
.keiei-curriculum-bottom-wrap.color-step2 .interview-border-wrap .interview-title-text {
  color: #F18E38;
}
.keiei-curriculum-bottom-wrap.color-step2 .interview-professor-right .icon-kamoku-list {
  background-color: #F18E38;
}
.keiei-curriculum-bottom-wrap.color-step2 .interview-ttimg-wrap .interview-ttimg-left .inner-title{
  color: #F18E38;
}
.keiei-curriculum-bottom-wrap.color-step2 .interview-professor-right .bottom-kamoku-title {
  color: #F18E38;
}
.keiei-curriculum-bottom-wrap.color-step3 .h-text-wrap .h-text-inner {
  border: #EB6D8E 3px solid;
}
.keiei-curriculum-bottom-wrap.color-step3 .h-text-wrap .h-text-title {
  background-color: #EB6D8E;
}
.keiei-curriculum-bottom-wrap.color-step3 .kamoku-list-wrap .border-title {
  border: 2px #EB6D8E solid;
  color: #EB6D8E;
}
.keiei-curriculum-bottom-wrap.color-step3 .interview-border-wrap {
  border: #EB6D8E 2px solid;
}
.keiei-curriculum-bottom-wrap.color-step3 .interview-border-wrap .interview-title-text {
  color: #EB6D8E;
}
.keiei-curriculum-bottom-wrap.color-step3 .interview-professor-right .icon-kamoku-list {
  background-color: #EB6D8E;
}
.keiei-curriculum-bottom-wrap.color-step3 .interview-ttimg-wrap .interview-ttimg-left .inner-title{
  color: #EB6D8E;
}
.keiei-curriculum-bottom-wrap.color-step3 .interview-professor-right .bottom-kamoku-title {
  color: #EB6D8E;
}
.keiei-curriculum-bottom-wrap.color-step3 .h-text-wrap .h-text-inner {
  border: #EB6D8E 3px solid;
}
.keiei-curriculum-bottom-wrap.color-step3 .h-text-wrap .h-text-title {
  background-color: #EB6D8E;
}
.keiei-curriculum-bottom-wrap.color-step3 .kamoku-list-wrap .border-title {
  border: 2px #EB6D8E solid;
  color: #EB6D8E;
}
.keiei-curriculum-bottom-wrap.color-step3 .interview-border-wrap {
  border: #EB6D8E 2px solid;
}
.keiei-curriculum-bottom-wrap.color-step3 .interview-border-wrap .interview-title-text {
  color: #EB6D8E;
}
.keiei-curriculum-bottom-wrap.color-step3 .interview-professor-right .icon-kamoku-list {
  background-color: #EB6D8E;
}
.keiei-curriculum-bottom-wrap.color-step3 .interview-ttimg-wrap .interview-ttimg-left .inner-title{
  color: #EB6D8E;
}
.keiei-curriculum-bottom-wrap.color-step3 .interview-professor-right .bottom-kamoku-title {
  color: #EB6D8E;
}
.keiei-curriculum-bottom-wrap.no-image .interview-ttimg-wrap .interview-ttimg-left {
  width: 100%;
  float: none;
}
.keiei-curriculum-bottom-wrap.no-image .interview-professor-right {
  width: 100%;
  float: none;
}
.keiei-curriculum-bottom-wrap.no-image .interview-professor-wrap {
  border-top: #EB6D8E 2px solid;
  padding-top: 30px;
}
@media screen and (max-width: 639px) {
  .keiei-curriculum-bottom-wrap .interview-ttimg-wrap .interview-ttimg-left {
    width: 100%;
    float: none;
  }
  .keiei-curriculum-bottom-wrap .interview-ttimg-wrap .interview-ttimg-right {
    width: 100%;
    float: none;
  }
  .keiei-curriculum-bottom-wrap .interview-professor-img {
    width: auto;
    float: none;
    margin-right: 0;
    text-align: center;
  }
  .keiei-curriculum-bottom-wrap .interview-professor-right {
    width:  100%;
    float: none;
  }
  .keiei-curriculum-bottom-wrap .interview-professor-right .bottom-kamoku-title,
  .keiei-curriculum-bottom-wrap .interview-professor-right .bottom-kamoku-text {
    display: block;
  }
}

.tborder-gakubu-color-wrap {
  margin-top: 20px;
}
.tborder-gakubu-color-inner {
  width: 48%;
  float: left;
  margin-right: 1%;
  background-color: #FFF;
  border-top: #00AAE6 3px solid;
  padding: 40px;
}
.tborder-gakubu-color-inner:empty {
  display: none;
}
.tborder-gakubu-color-inner.right-wrap {
  width: 48%;
  float: right;
  margin-left: 1%;
}
.tborder-gakubu-color-inner.right-wrap:empty {
  display: none;
}
.tborder-inner-title {
  font-size: 20px;
  color: #00AAE6;
  margin-bottom: 30px;
}
.tborder-inner-title:empty,
.tborder-read-text:empty {
  display: none;
}
.tborder-read-text {
  font-size: 15px;
  line-height: 180%;
}
@media screen and (max-width: 639px) {
  .tborder-gakubu-color-inner {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .tborder-gakubu-color-inner.right-wrap {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 20px;
  }
}

.col1-index-wrap{
  margin-top: 40px;
  margin-bottom: 40px;
}
.col1-index-wrap a{
  display: block;
  padding: 30px 40px;
  border: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
  transition: opacity 0.2s
}
.col1-index-wrap a:hover{
  text-decoration: none;
  opacity: 0.8;
}
.col1-index-wrap > br{
  display: none;
}

.sub-index-wrap {
  margin: 40px 0;
}
.sub-index-wrap .table-box {
  float: left;
  display: table;
  width: 48%;
  margin-right: 4%;
}
.sub-index-wrap .table-box-wraplink{
  display: table;
  width: 100%;
  transition: opacity 0.2s;
  color: #333;
}
.sub-index-wrap .table-box-wraplink:hover{
  opacity: 0.8;
  text-decoration: none;
}
.sub-index-wrap .table-box:nth-child(2n) {
  float: left;
  width: 48%;
  margin-right: 0;
}
.sub-index-wrap .left-img-wrap,
.sub-index-wrap .right-text-wrap {
   display: table-cell;
   vertical-align: top;
   background-color: #fff;
}
.sub-index-wrap .left-img-wrap {
  width: 218px;
}
.sub-index-wrap .left-img-wrap img {
  width: 100%;
}
.sub-index-wrap .right-text-wrap {
  padding: 15px 5%;
  background-color: #FFF;
}
.sub-index-wrap .right-text-wrap .h-text{
  position: relative;
  font-size: 20px;
  font-size: 2.0rem;
  margin-bottom: 25px;
}
.sub-index-wrap .right-text-wrap .h-text a{
  position: relative;
  padding-left: 35px;
  display: inline-block;
  line-height: 1.4;
}
.sub-index-wrap .right-text-wrap .h-text a:hover{
  text-decoration: none;
}
.sub-index-wrap .right-text-wrap .h-text a::before{
  content: "";
  position: absolute;
  top: 6px;
  left: 10px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/albums/css/basic2-blocks2/abm00003069.svg) no-repeat center center #333;
  background-size: 15px 15px;
}
.sub-index-wrap .right-text-wrap .read-text {
  font-size: 1.3rem;
}

@media screen and (max-width: 1200px) {
  .sub-index-wrap .table-box {
    width: 100%;
    float: none;
    margin-right: 0;
    display: block;
    margin-bottom: 20px;
  }
  .sub-index-wrap .table-box:nth-child(2n) {
    width: 100%;
    float: none;
  }
  .sub-index-wrap .left-img-wrap {
    width: 23%;
  }
  .sub-index-wrap .right-text-wrap .h-text {
    margin-bottom: 10px;
  }
}

.course-wrap.clearfix {
  margin: 40px 0;
}
.course-wrap .course-min-box {
  width: 48%;
  float: left;
  margin-right: 4%;
  margin-bottom: 20px;
  background-color: #FFF;
}
.course-wrap .course-min-box-wraplink{
  display: block;
  transition: opacity 0.2s;
  color: #333;
}
.course-wrap .course-min-box-wraplink:hover{
  text-decoration: none;
  opacity: 0.8;
}
.course-wrap .course-min-box-wraplink::after{
  content: none !important;
}
.course-wrap .course-min-box:nth-child(2n) {
  float: right;
  margin-right: 0;
}
.course-wrap .text-bg-wrap{
  padding: 30px 20% 65px 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #7f7f7f;
}

body.economics4 .course-wrap .text-bg-wrap{ background-image: url(/albums/css/basic2-blocks2/abm00014461.jpg);}
body.law4 .course-wrap .text-bg-wrap{ background-image: url(/albums/css/basic2-blocks2/abm00014468.jpg);}
body.business4 .course-wrap .text-bg-wrap{ background-image: url(/albums/css/basic2-blocks2/abm00014460.jpg);}
body.commerce4 .course-wrap .text-bg-wrap{ background-image: url(/albums/css/basic2-blocks2/abm00014463.jpg);}
body.letters4 .course-wrap .text-bg-wrap{ background-image: url(/albums/css/basic2-blocks2/abm00014466.jpg);}
body.network4 .course-wrap .text-bg-wrap{ background-image: url(/albums/css/basic2-blocks2/abm00014454.jpg);}
body.humansciences4 .course-wrap .text-bg-wrap{ background-image: url(/albums/css/basic2-blocks2/abm00014464.jpg);}
body.global4 .course-wrap .text-bg-wrap{ background-image: url(/albums/css/basic2-blocks2/abm00014462.jpg);}
body.nibu4 .course-wrap .text-bg-wrap{ background-image: url(/albums/css/basic2-blocks2/abm00014465.jpg);}
body.gs_economics4 .course-wrap .text-bg-wrap{ background-image: url(/albums/css/basic2-blocks2/abm00014457.jpg);}
body.gs_law4 .course-wrap .text-bg-wrap{ background-image: url(/albums/css/basic2-blocks2/abm00014458.jpg);}
body.gs_letters4 .course-wrap .text-bg-wrap{ background-image: url(/albums/css/basic2-blocks2/abm00014455.jpg);}
body.gs_business4 .course-wrap .text-bg-wrap{ background-image: url(/albums/css/basic2-blocks2/abm00014456.jpg);}
body.gs_commerce4 .course-wrap .text-bg-wrap{ background-image: url(/albums/css/basic2-blocks2/abm00014459.jpg);}
body.lawschool3 .course-wrap .text-bg-wrap{ background-image: url(/albums/css/basic2-blocks2/abm00014467.jpg);}

.course-wrap .text-course-title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: left;
  justify-content: left;
  background-color: #FFF;
  padding: 30px 5px 30px 40px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
}
.course-wrap .text-wrap {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 33px;
  line-height: 180%;
}
.course-wrap .bt-syosai {
  text-align: right;
  margin-right: 7%;
  padding-bottom: 7%;
}
.course-wrap .bt-syosai > * {
  display: inline-block;
  border: #CCCCCC 1px solid;
  padding: 8px 50px;
}
.course-wrap .bt-syosai > *:empty {
  display: none;
}
@media screen and (max-width: 639px) {
  .course-wrap .text-wrap{
    padding: 33px 5%;
  }
  .course-wrap .course-min-box {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .course-wrap .course-min-box:nth-child(2n) {
    float: none;
  }
  .course-wrap .bt-syosai {
    text-align: center;
    margin-right: 0;
    margin-bottom: 0;
  }
  .course-wrap .bt-syosai > * {
    width: 90%;
    margin-bottom: 5%;
  }
}
.course-wrap .course-min-box.pamphlet-img {
  background-color:#FFF;
}
.course-wrap .course-min-box.pamphlet-img .left-pamh-img {
  width: 50%;
  float: left;
}
.course-wrap .course-min-box.pamphlet-img .right-text-wrap {
  width: 50%;
  float: right;
  display: block;
  position: relative;
}
.course-wrap .course-min-box.pamphlet-img .right-text-wrap .text-title {
  font-size: 2.0rem;
  font-weight: 500;
  text-align: center;
  margin-top: 90px;
}
.course-wrap .course-min-box.pamphlet-img .right-text-wrap .bt-pdf {
  text-align: center;
  top: 310px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.course-wrap .course-min-box.pamphlet-img .right-text-wrap .bt-pdf > * {
  display: inline-block;
  border: #CCCCCC 1px solid;
  padding: 8px 50px;
}
@media screen and (max-width: 1200px) {
  .course-wrap .course-min-box.pamphlet-img .right-text-wrap .bt-pdf {
    top: 190px;
  }
  .course-wrap .course-min-box.pamphlet-img .right-text-wrap .bt-pdf > * {
    padding: 8px 30px;
  }
}
@media screen and (max-width: 639px) {
  .course-wrap .course-min-box.pamphlet-img .left-pamh-img {
    width: 45%;
  }
  .course-wrap .course-min-box.pamphlet-img .right-text-wrap {
    width: 55%;
  }
  .course-wrap .course-min-box.pamphlet-img .text-wrap.right-text-wrap {
    padding: 10px;
  }
  .course-wrap .course-min-box.pamphlet-img .right-text-wrap .text-title {
    margin-top: 30px;
  }
  .course-wrap .course-min-box.pamphlet-img .right-text-wrap .bt-pdf {
    text-align: center;
    position: static;
    margin-top: 40px;
  }
  .course-wrap .course-min-box.pamphlet-img .right-text-wrap .bt-pdf > * {
    padding: 8px 20px;
  }
}
body.network4 .course-wrap .original-site .text-bg-wrap {
  padding: 120px;
  background: url(/albums/css/basic2-blocks2/abm00011745.jpg) no-repeat center center/cover;
}
.course-wrap .original-site .text-title {
  font-size: 2.4rem;
  line-height: 1.6;
  margin: 10px 0;
}

.cp-all.movie-col2-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px 0;
}
.cp-all.movie-col2-wrap .cp-it-t {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
}
.cp-all.movie-col2-wrap .cp-col-01,
.cp-all.movie-col2-wrap .cp-col-02 {
  width: 48%;
}
.cp-all.movie-col2-wrap .cp-col-01 {
  margin-right: 4.545%;
}
.cp-all.movie-col2-wrap .cp-col-02 .fr-video{
  display: block;
  text-align: center;
}
.cp-all.movie-col2-wrap .cp-col-02 .fr-video iframe {
  width: 420px;
  height: 236px;
}
@media screen and (max-width: 639px) {
  .cp-all.movie-col2-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cp-all.movie-col2-wrap .cp-col-01,
  .cp-all.movie-col2-wrap .cp-col-02 {
    width: 100%;
  }
  .cp-all.movie-col2-wrap .cp-col-01 {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .cp-all.movie-col2-wrap .cp-col-02 .fr-video iframe {
    width: 294px;
    height: 165px;
  }
}

.bg-block {
  position: relative;
  margin-top: 40px;
  padding-top: 1px;
  padding-bottom: 40px;
}
.main-inner > .bg-block:last-child,
body:not(.index) .content > .bg-block:last-child {
  margin-bottom: -180px;
}
@media screen and (max-width: 1200px) {
  .main-inner > .bg-block:last-child,
  body:not(.index) .content > .bg-block:last-child {
    margin-bottom: -90px;
  }
}
.bg-block::before {
  content: "";
  height: 100%;
  left: -1000%;
  z-index: -1;
  margin: 0;
  max-width: 2000%;
  position: absolute;
  right: 1000%;
  width: 2000%;
  background-color: #f6f6f9;
}
.bg-block + * {
  margin-top: 40px;
}
.bg-block > *{
  position: relative;
}
.bg-block > *:last-child {
  margin-bottom: 0;
}

div.grow-process-wrap {
  margin: 40px 0;
}
.process-wrap {
  width: 100%;
  background-color: #FFF;
  padding: 4% 4%;
  margin-bottom: 50px;
  position: relative;
  min-height: 200px;
}
.process-img::before {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background: #123;
  transform: rotate(45deg);
  border-radius: 1px;
  top: -26px;
  left: 50%;
  margin-left: -22px;
}
.process-img::after {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background: #123;
  transform: rotate(-45deg);
  border-radius: 1px;
  top: -26px;
  left: 50%;
  margin-left: -5px;
}
.process-wrap:first-child .process-img::before,
.process-wrap:first-child .process-img::after{
  content: none;
}
body.economics4 .grow-process-wrap > .last-text::before,
body.economics4 .grow-process-wrap > .last-text::after,
body.economics4 .process-img::before,
body.economics4 .process-img::after { background: #00AAE6; }

body.law4 .grow-process-wrap > .last-text::before,
body.law4 .grow-process-wrap > .last-text::after,
body.law4 .process-img::before,
body.law4 .process-img::after { background: #55B435; }

body.business4 .grow-process-wrap > .last-text::before,
body.business4 .grow-process-wrap > .last-text::after,
body.business4 .process-img::before,
body.business4 .process-img::after { background: #006CB6; }

body.commerce4 .grow-process-wrap > .last-text::before,
body.commerce4 .grow-process-wrap > .last-text::after,
body.commerce4 .process-img::before,
body.commerce4 .process-img::after { background: #ED7601; }

body.letters4 .grow-process-wrap > .last-text::before,
body.letters4 .grow-process-wrap > .last-text::after,
body.letters4 .process-img::before,
body.letters4 .process-img::after { background: #009D96; }

body.network4 .grow-process-wrap > .last-text::before,
body.network4 .grow-process-wrap > .last-text::after,
body.network4 .process-img::before,
body.network4 .process-img::after { background: #51308D; }

body.humansciences4 .grow-process-wrap > .last-text::before,
body.humansciences4 .grow-process-wrap > .last-text::after,
body.humansciences4 .process-img::before,
body.humansciences4 .process-img::after { background: #EB6C99; }

body.global4 .grow-process-wrap > .last-text::before,
body.global4 .grow-process-wrap > .last-text::after,
body.global4 .process-img::before,
body.global4 .process-img::after { background: #E86B07; }

body.nibu4 .grow-process-wrap > .last-text::before,
body.nibu4 .grow-process-wrap > .last-text::after,
body.nibu4 .process-img::before,
body.nibu4 .process-img::after { background: #033B8E; }

.process-img {
  width: 25%;
  float: left;
  margin-right: 2%;
}
.process-title {
  width: 38%;
  float: left;
  margin-right: 2.5%;
  margin-top: 30px;
}
.process-title .sub-title {
  margin-bottom: 5px;
  color: #00AEE3;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
}
.process-title .main-title {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.6;
}
.process-text {
  float: left;
  width: 32%;
  margin-top: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.grow-process-wrap .last-text{
  position: relative;
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
  background: #FFF;
  padding: 20px 10px;
  width: 100%;
}
.grow-process-wrap .last-text::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -25px;
  display: block;
  width: 28px;
  height: 4px;
  margin-left: -22px;
  background: #123;
  border-radius: 2px;
  transform: rotate(45deg);
}
.grow-process-wrap .last-text::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -25px;
  display: block;
  width: 28px;
  height: 4px;
  margin-left: -5px;
  background: #123;
  border-radius: 2px;
  transform: rotate(-45deg);
}

@media screen and (max-width: 639px) {
  .process-wrap:before {
    top: -13%;
    left: 42%;
  }
  .process-img {
    width: 66%;
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
  .process-title {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-top: 15px;
    text-align: center;
  }
  .process-text {
    width: 100%;
    float: none;
    margin-top: 15px;
  }
}

.ad-navi-wrap {
  position: relative;
  padding-bottom: 20px;
}
.ad-navi-wrap::before {
  background-color: #f6f6f9;
  content: "";
  height: 100%;
  left: -1000%;
  z-index: -1;
  margin: 0;
  max-width: 2000%;
  position: absolute;
  right: 1000%;
  width: 2000%;
}
.ad-navi-wrap > .pulldown-link {
  margin: 0;
}
.ad-navi-wrap > * {
  position: relative;
}
.ad-navi-wrap > .ad-navi-main{
  padding-top: 45px;
}
.ad-navi-main-inner{
  position: relative;
  margin-bottom: 35px;
}
.ad-navi-main-inner::before {
  content: "";
  position: absolute;
  right: 1000%;
  left: -1000%;
  z-index: -1;
  height: 100%;
  max-width: 2000%;
  width: 2000%;
  margin: 0;
  background-color: #000;
}
.ad-navi-main .page-description{
  margin-bottom: 15px;
}
[data-area="content"] .ad-navi-main .ad-navi-main-inner ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  background-color: #000;
  border: 2px solid #000;
  position: relative;
}
[data-area="content"] .ad-navi-main .ad-navi-main-inner li {
  display: table-cell;
  padding: 0 1px;
  text-align: center;
  margin: 0;
  text-indent: 0;
}
[data-area="content"] .ad-navi-main .ad-navi-main-inner li::before,
[data-area="content"] .ad-navi-main .ad-navi-main-inner li a::before {
  content: none;
}
[data-area="content"] .ad-navi-main .ad-navi-main-inner li a {
  display: block;
  margin: 0;
  padding: 8px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
}
[data-area="content"] .ad-navi-main .ad-navi-main-inner li a:hover,
[data-area="content"] .ad-navi-main .ad-navi-main-inner li a.active {
  color: #000;
  background-color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 639px) {
  [data-area="content"] .ad-navi-main .ad-navi-main-inner ul {
    table-layout: auto;
  }
  [data-area="content"] .ad-navi-main .ad-navi-main-inner li a{
    font-size: 16px;
    font-size: 1.6rem;
  }
  [data-area="content"] .ad-navi-main .ad-navi-main-inner li a:hover,
  [data-area="content"] .ad-navi-main .ad-navi-main-inner li a.active {
    color: #fff;
    background-color: #000;
  }
}

.ad-navi-sub{
  padding: 15px 0 25px 0;
}
.ad-navi-sub a:hover{
  text-decoration: none;
}
[data-area="content"] .ad-navi-sub > ul > li::before,
[data-area="content"] .ad-navi-sub > ul > li a::before{
  content: none;
}
@media screen and (min-width: 1201px) {
  .ad-navi-sub .toggle{
    display: none;
  }
  [data-area="content"] .ad-navi-sub > ul > li{
    display: inline-block;
    width: 15.3%;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
    margin: 0;
    margin-left: 1.64%;
    padding: 0;
    text-indent: 0;
  }
  [data-area="content"] .ad-navi-sub > ul > li:first-child{
    margin-left: 0;
  }
  [data-area="content"] .ad-navi-sub > ul > li a{
    position: relative;
    display: block;
    margin: 0;
    padding: 10px 5px;
    border: 1px solid #333;
    color: #fff;
    background-color: #333;
    text-decoration: none;
  }
  [data-area="content"] .ad-navi-sub > ul > li a:hover,  
  [data-area="content"] .ad-navi-sub > ul > li a.active{
    background-color: #fff;
    color: #333;
    text-decoration: none;
  }
}
@media screen and (max-width: 1200px) {
  .ad-navi-sub .toggle{
    position: relative;
    display: block;
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
  }
  .ad-navi-sub .toggle::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -9px;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: 0.2s;
  }
  .ad-navi-sub .toggle::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -9px;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: 0.2s;
  }
  .ad-navi-sub .toggle.active::before{
    transform: translateY(6px) rotate(225deg);
  }
  .ad-navi-sub .toggle.active::after{
    transform: translateY(6px) rotate(225deg);
  }
  [data-area="content"] .ad-navi-sub > ul{
    width: 100%;
  }
  [data-area="content"] .ad-navi-sub > ul > li{
    margin: 0;
    padding: 0;
    text-indent: 0;
  }
  [data-area="content"] .ad-navi-sub > ul > li a{
    display: block;
    margin: 0;
    padding: 10px 20px;
    border-top: 1px solid #000;
    color: #fff;
    background-color: #333;
    text-decoration: none;
  }
}
.ad-navi-main-inner .toggle{
  display: none;
  font-weight: 500;
}
.ad-navi-main-inner::before {
  content: "";
  position: absolute;
  right: 1000%;
  left: -1000%;
  z-index: -1;
  height: 100%;
  max-width: 2000%;
  width: 2000%;
  margin: 0;
  background-color: #000;
}
.ad-navi-main .page-description{
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .ad-navi-main-inner .toggle{
    position: relative;
    display: block;
    padding: 8px 3px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .ad-navi-main-inner .toggle::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -9px;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: 0.2s;
  }
  .ad-navi-main-inner .toggle::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -9px;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: 0.2s;
  }
  .ad-navi-main-inner .toggle.active::before{
    transform: translateY(6px) rotate(225deg);
  }
  .ad-navi-main-inner .toggle.active::after{
    transform: translateY(6px) rotate(225deg);
  }
  [data-area="content"] .ad-navi-main .ad-navi-main-inner li{
    display: block;
    width: 100%;
  }
  [data-area="content"] .ad-navi-main .ad-navi-main-inner li a{
    padding: 8px 0;
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.table-no-border table {
  border: none;
}
.table-no-border table th,
.table-no-border table td {
  border: none;
}

.bg-table-noline {
  margin-bottom: 30px;
}
.bg-table-noline .bg-table-inner {
  display: table;
}
.bg-table-noline .bg-table-inner .left-td {
  display: table-cell;
  width: 21%;
  background-color: #f7f7f7;
  font-size: 15px;
  font-weight: 500;
  padding-left: 1%;
  padding-top: 1%;
}
.bg-table-noline .bg-table-inner .right-td {
  display: table-cell;
  padding-left: 1.5%;
}
@media screen and (max-width: 639px) {
  .bg-table-noline .bg-table-inner {
    display: block;
  }
  .bg-table-noline .bg-table-inner .left-td {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    padding-left: 0;
    padding-top: 0;
    text-align: center;
    padding: 20px 0;
  }
  .bg-table-noline .bg-table-inner .right-td {
    display: block;
    padding-left: 0;
    margin-top: 10px;
  }
}
.bg-table-noline.left-img-ver .bg-table-inner .left-td {
  background: none !important;
  padding-left: 0;
  padding-top: 0;
}

.club-wrap .club-wrap-inner {
  width: 48%;
  margin-bottom: 10px;
}
.club-wrap .club-wrap-inner.left-box {
  float: left;
  margin-right: 1%;
}
.club-wrap .club-wrap-inner.right-box {
  float: right;
  margin-left: 1%;
}
.club-wrap .club-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.club-wrap .club-wrap-inner .club-img {
  width: 50%;
  float: left;
  margin-right: 5%;
}
.club-wrap .club-wrap-inner .right-text-wrap {
  width: 45%;
  float: left;
}
.club-wrap-inner .club-sns-icon > div {
  display: inline-block;
  width: 32px;
  padding-right: 5px;
}
@media screen and (max-width: 1200px) {
  .club-wrap .club-wrap-inner {
    width: 100%;
  }
  .club-wrap .club-wrap-inner.left-box {
    float: none;
    margin-right: 0;
  }
  .club-wrap .club-wrap-inner.right-box {
    float: none;
    margin-left: 0;
  }
}

.library-wrap .library-wrap-inner {
  width: 48%;
  margin-bottom: 10px;
}
.library-wrap .library-wrap-inner.left-box {
  float: left;
  margin-right: 1%;
}
.library-wrap .library-wrap-inner.right-box {
  float: right;
  margin-left: 1%;
}
.library-wrap .library-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.library-wrap .library-wrap-inner .club-img {
  width: 50%;
  float: left;
  margin-right: 5%;
}
.library-wrap .library-wrap-inner .right-text-wrap {
  width: 45%;
  float: left;
}
.library-wrap .right-text-wrap .library-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
.library-wrap .right-text-wrap .library-link-text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .library-wrap .library-wrap-inner {
    width: 100%;
  }
  .library-wrap .library-wrap-inner.left-box {
    float: none;
    margin-right: 0;
  }
  .library-wrap .library-wrap-inner.right-box {
    float: none;
    margin-left: 0;
  }
}

.googlemap{
  position: relative;
  min-height: 300px;
  padding-top: 33.33%;
}
.googlemap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.route-search{
  margin-bottom: 60px;
  padding: 20px;
  background: #EEEEEE;
}
.route-txt{
  display: table;
  width: 100%;
  margin: 0 auto;
}
.route-txt label{
  display: table-cell;
  width: 338px;
}
.route-txt .route-subtxt{
  display: table-cell;
  width: 320px;
  padding-right: 20px;
  padding-left: 10px;
  font-size: 18px;
}
.route-txt .route-search-btn{
  display: table-cell;
  text-align: right;
}
.route-txt #saddr{
  width: 100%;
  height: 60px;
  padding: 17px 21px;
  border: 1px solid #CCC;
  font-size: 18px;
  background: #fff;
}
.route-txt input[type=submit] {
  height: 60px;
  padding: 17px 34px;
  border: none;
  font-size: 18px;
  background: #008E48;
  color : #fff;
  cursor: pointer;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
  transition-duration: .1s;
  transition-property: background-color,color,border;
}
.route-txt input[type=submit]:hover {
  background-color: #333;
}
@media screen and (max-width:1200px) {
  .route-search{
    padding: 10px;
  }
  .route-txt{
    display: block;
  }
  .route-txt label{
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .route-txt .route-subtxt{
    display: inline-block;
    width: auto;
    margin-bottom: 10px;
    padding-left: 0;
  }
  .route-txt .route-search-btn{
    display: block;
    width: auto;
    text-align: center;
  }
}

.cp-img-float::after {
  content: "";
  display: block;
  clear: both;
}
[data-area="content"] .cp-img-float.cp-horizontal .cp-horizontal-item {
  display: block;
  width: 100%;
}
[data-area="content"] .cp-img-float.cp-it.cp-horizontal .cp-horizontal-img {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
[data-area="content"] .cp-img-float.cp-it.cp-horizontal .cp-horizontal-text {
  margin-left: 0;
  width: 100%;
}
[data-area="content"] .cp-img-float.cp-ti.cp-horizontal .cp-horizontal-img {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
[data-area="content"] .cp-img-float.cp-ti.cp-horizontal .cp-horizontal-text {
  margin-right: 0;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  [data-area="content"] .cp-img-float.cp-it.cp-horizontal .cp-horizontal-img,
  [data-area="content"] .cp-img-float.cp-ti.cp-horizontal .cp-horizontal-img {
    float: none;
    margin: 0 0 10px 0;
  }
  [data-area="content"] .cp-img-float.cp-it.cp-horizontal .cp-horizontal-text,
  [data-area="content"] .cp-img-float.cp-ti.cp-horizontal .cp-horizontal-text {
    margin: 0;
  }
}

/* 画像6段 */
[data-area="content"] .cp-img.cp-img-col6 .cp-img-l {
  margin-right: 20px;
}
@media screen and (max-width: 1200px) {
  [data-area="content"] .cp-img.cp-img-col6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  [data-area="content"] .cp-img.cp-img-col6 .cp-img-l:nth-child(2n) {
    margin-right: 0;
  }
  [data-area="content"] .cp-img.cp-img-col6 .cp-img-item {
    width: calc(50% - 10px);
  }
}

/*テキスト＋画像（２枚、８枚）*/
.h-t-img-wrap {
  border-top: #CCC 1px solid;
  padding: 20px 0;
}
.h-t-img-wrap .left-h-text {
  width: 27%;
  float: left;
  margin-right: 3%;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
  color: #023A8D;
}
.h-t-img-wrap .right-tximg-wrap {
  width: 70%;
  float: left;
}
.h-t-img-wrap .top-text-wrap {
  font-size: 15px;
  font-weight: 300;
  line-height: 180%;
}
.h-t-img-wrap .bottom-img-wrap {
  text-align: center;
}
.h-t-img-wrap .bottom-img-wrap .bottom-img-1 {
  width: 100%;
}
.h-t-img-wrap .bottom-img-wrap .bottom-img-1:empty {
  display: none;
}
@media screen and (max-width: 639px) {
  .h-t-img-wrap .left-h-text {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .h-t-img-wrap .right-tximg-wrap {
    width: 100%;
    float: none;
  }
}
.h-t-img-wrap {
  border-top: #CCC 1px solid;
  padding: 20px 0;
}
.h-t-img-wrap .left-h-text {
  width: 27%;
  float: left;
  margin-right: 3%;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
  color: #023A8D;
}
.h-t-img-wrap .right-tximg-wrap {
  width: 70%;
  float: left;
}
.h-t-img-wrap .top-text-wrap {
  font-size: 15px;
  font-weight: 300;
  line-height: 180%;
}
.h-t-img-wrap .bottom-img-wrap {
  text-align: center;
}
.h-t-img-wrap .bottom-img-wrap.img2-warp .bottom-img-1,
.h-t-img-wrap .bottom-img-wrap.img2-warp .bottom-img-2 {
  display: inline-block;
  width: 48%;
}
.h-t-img-wrap .bottom-img-wrap.img2-warp .bottom-img-1:empty,
.h-t-img-wrap .bottom-img-wrap.img2-warp .bottom-img-2:empty {
  display: none;
}
@media screen and (max-width: 639px) {
  .h-t-img-wrap .left-h-text {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .h-t-img-wrap .right-tximg-wrap {
    width: 100%;
    float: none;
  }
  .h-t-img-wrap .bottom-img-wrap.img2-warp .bottom-img-1,
  .h-t-img-wrap .bottom-img-wrap.img2-warp .bottom-img-2 {
    display: block;
    width: 100%;
  }
}
.h-t-img-wrap {
  border-top: #CCC 1px solid;
  padding: 20px 0;
}
.h-t-img-wrap .left-h-text {
  width: 27%;
  float: left;
  margin-right: 3%;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
  color: #023A8D;
}
.h-t-img-wrap .right-tximg-wrap {
  width: 70%;
  float: left;
}
.h-t-img-wrap .top-text-wrap {
  font-size: 15px;
  font-weight: 300;
  line-height: 180%;
}
.h-t-img-wrap .bottom-img-wrap {
  text-align: center;
}
.h-t-img-wrap .bottom-img-wrap.img2-warp .bottom-img-1,
.h-t-img-wrap .bottom-img-wrap.img2-warp .bottom-img-2 {
  display: inline-block;
  width: 48%;
}
.h-t-img-wrap .bottom-img-wrap.img2-warp .bottom-img-1:empty,
.h-t-img-wrap .bottom-img-wrap.img2-warp .bottom-img-2:empty {
  display: none;
}
@media screen and (max-width: 639px) {
  .h-t-img-wrap .left-h-text {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .h-t-img-wrap .right-tximg-wrap {
    width: 100%;
    float: none;
  }
  .h-t-img-wrap .bottom-img-wrap.img2-warp .bottom-img-1,
  .h-t-img-wrap .bottom-img-wrap.img2-warp .bottom-img-2 {
    display: block;
    width: 100%;
  }
}

/*専修の学び方*/
body.max.howto3 .main-inner {
  padding: 0;
}
@media screen and (max-width: 1200px){
  body.max.howto3 .main-inner {
    padding: 0;
  }
}
.howto-index-bg{
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background: url(/albums/css/basic2-blocks2/abm00012476.jpg) no-repeat center center/cover;
  padding: 60px 40px;
  margin-top: 40px;
}
.howto-index-bg-inner::before {
  content: "";
  display: block;
  border-top: 8px solid #008E48;
  border-bottom: 8px solid #333;
}
.howto-index-bg-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}
.howto-index-block-01{
  display: inline-block;
  width: 48.5%;
  padding: 25px 30px 70px 0;
  vertical-align: top;
}
.howto-index-block-01:nth-child(2n+1) {
  margin-right: 3%;
  padding-left: 3%;
  padding-right: 0;
}
.howto-index-block-01 .text01 {
  position: relative;
  padding: 10px 0;
  font-size: 28px;
  font-size: 2.8rem;
}
.howto-index-block-01 .text01::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  border-top: 2px solid #008E48;
  border-bottom: 2px solid #333;
}
.howto-index-block-01 .text02 {
  margin-bottom: 20px;
}
.howto-index-block-01 .link a {
  width: 180px;
  display: block;
  padding: 6px 0;
  text-align: center;
  border: 1px solid #ccc;
}
.howto-index-block-02 {
  display: inline-block;
  margin: 0 6.1%;
  width: 18.3334%;
  padding: 40px 0 40px 0;
  vertical-align: top;
}
.howto-index-block-02 .text01 {
  font-size: 36px;
  font-size: 3.6rem;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 5px;
}
.howto-index-block-02 .text01::after {
  content: "";
  position: absolute;
  display: block;
  border-top: 2px solid #008E48;
  border-bottom: 2px solid #333;
  width: 60px;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}
.howto-index-block-02 .text02 {
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 20px 10px 10px 10px;
  line-height: 1.7;
}
.howto-index-block-02 .link a {
  display: block;
  width: 100%;
  padding: 6px 0;
  border: 1px solid #ccc;
  text-align: center;
}
.howto-index-bg-bottom{
  display: table;
  width: 100%;
  table-layout: fixed;
}
.howto-index-bg-bottom .howto-index-bg-bottom-img{
  display: table-cell;
}
@media screen and (max-width: 1200px) {
  .howto-index-block-02 .text01 {
    font-size: 3.25vw
  }
}
@media screen and (max-width: 1200px) {
  .howto-index-bg{
    padding-left: 4%;
    padding-right: 4%;
  }
  .howto-index-block-01{
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
  .howto-index-block-01:nth-child(2n+1) {
    margin-right: 0;
    padding-right: 3%;
  }
  .howto-index-block-02{
    width: 88%;
    margin: 0 6%;
  }
  .howto-index-block-02 .text01{
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.under-title-text{
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .under-title-text{
    font-size: 38px;
    font-size: 3.8rem;
  }
}
.education01-step{
  margin-bottom: 80px;
}
.education01-step-num{
  width: 100%;
  margin-bottom: 25px;
  background-color: #333;
  color: #fff;
  border-top: 6px solid #008E48;
  padding: 5px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
.education01-step-title{
  width: 100%;
  margin-bottom: 45px;
  line-height: 1.4;
  font-size: 48px;
  font-size: 4.8rem;
}
.education01-step-left{
  position: relative;
  width: 48.25%;
  margin-right: 3.5%;
}
.education01-step-right{
  position: relative;
  width: 48.25%;
}
.education01-step-top-text{
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  font-size: 16px;
  font-size: 1.6rem;
}
.education01-step-bottom-text{
  margin-bottom: 25px;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 1200px) {
  .education01-step{
    display: block;
  }
  .education01-step-left{
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .education01-step-right{
    width: 100%;
  }
  .education01-step-title{
    font-size: 38px;
    font-size: 3.8rem;
  }
  .education01-step-title br{
    display: none;
  }
}

.education01-step1,
.education01-step2,
.education01-step5{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.education01-step1-img01 {
  margin-bottom: 40px;
  text-align: center;
}
.education01-step1-img02 {
  text-align: center;
}

.education01-step2 .education01-step-left,
.education01-step2 .education01-step-right{
  margin-bottom: 30px
}
.education01-step2-list{
  position: absolute;
  bottom: 0;
  width: 100%;
}
[data-area="content"] .education01-step2-list ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
[data-area="content"] .education01-step2-list li {
  width: 48.25%;
  text-align: center;
  border: 1px solid #ccc;
  font-size: 14px;
  margin-bottom: 7px;
  padding: 5px 0;
  text-indent: 0;
}
[data-area="content"] .education01-step2-list li::before {
  content: none;
}
[data-area="content"] .education01-step2-list li:nth-child(2n){
  margin-left: 3.5%;
}
.education01-step2-img01,
.education01-step2-img02{
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .education01-step2-list{
    position: relative;
  }
}

.education01-step3{
  margin-bottom: 80px;
}
.education01-step3-wrap {
  margin-top: 35px;
}
.education01-step3 .education01-step-top-text,
.education01-step3 .education01-step-bottom-text{
  width: 48.5%;
}
.education01-step3-item-title {
  width: 241px;
  height: 241px;
  margin: 0 auto 15px auto;
  border: 4px solid #7CC9A3;
  border-radius: 50%;
  background: url(/albums/css/basic2-blocks2/abm00012496.png) center center repeat;
  text-align: center;
}
.education01-step3-item-title::before {
  content: "";
  display: inline-block;
  height: 241px;
  width: 0;
  vertical-align: middle;
}
.education01-step3-item-title-inner {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-size: 2rem;
}
.education01-step3-item-title-inner span {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
}
.education01-step3-item {
  width: 31.75%;
  display: inline-block;
  vertical-align: top;
  margin-left: 2.375%;
}
.education01-step3-item:nth-child(3n+1) {
  margin-left: 0;
}
.education01-step3-item-text{
  font-size: 14px;
  font-size: 1.4rem;
}
.education01-step3-item-text p{
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 1200px) {
  .education01-step3 .education01-step-num,
  .education01-step3 .education01-step-title,
  .education01-step3 .education01-step-top-text,
  .education01-step3 .education01-step-bottom-text{
    width: 100%;
  }
  .education01-step3-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.education01-step4 .education01-step-top-text,
.education01-step4 .education01-step-bottom-text{
  width: 48.5%;
}
.education01-step4-wrap{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.education01-step4-wrap > div {
  width: 32.25%;
  margin-left: 1.625%;
}
.education01-step4-wrap > div:nth-child(3n+1) {
  margin-left: 0;
}
.education01-step4-block {
  border: 4px solid #ccc;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  padding: 26px 0;
  margin: 30px 0;
  background: url(/albums/css/basic2-blocks2/abm00012496.png) center center repeat;
  background-size: 16px 16px;
}
.education01-step4-block.color1{
  border-color: #0085B2;
}
.education01-step4-block.color2{
  border-color: #CB8181;
}
.education01-step4-block.color3{
  border-color: #44A48C;
}
.education01-step4-block.color4{
  margin-top: 50px;
  border-color: #6C7E34;
}
@media screen and (max-width: 1200px) {
  .education01-step4 .education01-step-num,
  .education01-step4 .education01-step-top-text,
  .education01-step4 .education01-step-bottom-text{
    width: 100%;
  }
  .education01-step4-wrap > div {
    width: 100%;
    margin-left: 0;
  }
  .education01-step4-block.color1{
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .education01-step4-block.color2{
    margin-top: 0;
    margin-bottom: 0;
  }
  .education01-step4-block.color3{
    margin-top: 15px;
    margin-bottom: 30px;
  }
}

.education01-step5-img{
  text-align: center;
}
.education01-step5-list{
  flex: 0 0 auto;
  width: 100%;
  margin-top: 60px;
}
[data-area="content"] .education01-step5-list ul{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
[data-area="content"] .education01-step5-list li{
  position: relative;
  width: 23.875%;
  margin-left: 1.5%;
  margin-bottom: 15px;
  padding: 0;
}
[data-area="content"] .education01-step5-list li::before {
  content: none;
}
[data-area="content"] .education01-step5-list li:nth-child(4n+1){
  margin-left: 0;
}
[data-area="content"] .education01-step5-list li a{
  display: block;
  margin: 0;
  padding: 10px 10px 10px 35px;
  text-indent: 0;
  background-color: #F6F6F9;
  border: 1px solid #F6F6F9;
  text-decoration: none;
}
[data-area="content"] .education01-step5-list li a:hover{
  text-decoration: underline;
}
[data-area="content"] .education01-step5-list li a::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 10px;
  display: inline-block;
  height: 15px;
  width: 15px;
  background: url(/albums/css/basic2-blocks2/abm00008744.svg) no-repeat center center #333;
  background-size: 15px 15px;
}
@media screen and (max-width: 1200px) {
  [data-area="content"] .education01-step5-list li{
    width: 49.25%;
    margin-left: 1.5%;
  }
  [data-area="content"] .education01-step5-list li:nth-child(2n+1){
    margin-left: 0;
  }
}
@media screen and (max-width: 639px) {
  [data-area="content"] .education01-step5-list li{
    width: 100%;
    margin-left: 0%;
  }
}
.education01-ti{
  display: -webkit-flex;
  display: flex;
  margin-bottom: 80px;
}
.education01-text{
  width: 48.25%;
  margin-right: 3.5%;
  padding: 23px;
  background-color: #F6F6F9;
}
.education01-text-indent{
  margin-top: 15px;
  font-weight: 500;
}
[data-area="content"] .education01-text-indent li {
  text-indent: -14px;
  margin-left: 14px;
}
[data-area="content"] .education01-text-indent li::before {
  content: "●";
  margin-right: 5px;
}
.education01-img{
  width: 48.25%;
  padding: 23px;
  background: #F6F6F9;
}
@media screen and (max-width: 1200px) {
  .education01-ti{
    display: block;
  }
  .education01-text{
    width: 100%;
    margin-right: 0;
    padding-left: 4%;
    padding-right: 4%;
    margin-bottom: 20px;
  }
  .education01-img{
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    text-align: center;
  }
}

body.knowledge .content .container {
  padding-top: 20px;
}
body.knowledge .content .cp-text-col1:first-child {
  margin: 0;
  padding: 0 30px;
}
body.knowledge .content .bg-block {
  padding-left: 30px;
  padding-right: 30px;
}
body.knowledge .content .cp-h2-text {
  background: url(/albums/css/basic2-blocks2/abm00008780.png) no-repeat 0 0px;
  background-size: 60px 55px;
  min-height: 60px;
  margin-bottom: 20px;
  padding: 6px 0 0 70px;
}
body.knowledge .content .cp-h2-text::before,
body.knowledge .content .cp-h2-text::after {
  content: none;
}
body.knowledge .content .bg-block + .cp-h2-text {
  padding-left: 100px;
  padding-right: 30px;
  background-position: 30px 0;
}
body.knowledge .content .cp-img-col3 {
  margin-top: 40px;
  margin-bottom: 60px;
}
body.knowledge .content .cp-img-col3 > div {
  width: 100%;
}
body.knowledge .content .cp-img-col3 .cp-it-t {
  padding: 0 30px 10px 30px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
body.knowledge .content .cp-img-col3 .cp-it-b {
  padding: 10px 30px 0 30px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
body.knowledge .content .cp-img-col3 .cp-col-01,
body.knowledge .content .cp-img-col3 .cp-col-02 {
  margin-right: 2.329375%;
}
@media screen and (max-width: 1200px) {
  body.knowledge .content .cp-text-col1:first-child {
    padding: 0 0;
  }
  body.knowledge .content .bg-block {
    padding-left: 0;
    padding-right: 0;
  }
  body.knowledge .content .bg-block + .cp-h2-text{
    padding-left: 70px;
    padding-right: 0px;
    background-position: 0 0;
  }
  body.knowledge .content .cp-img-col3 .cp-it-b{
    padding-left: 0;
    padding-right: 0;
  }
}
body.knowledge .content .knowledge-01 {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}
body.knowledge .content .knowledge-01 .cp-horizontal-text {
  flex-direction: column;
  align-items: flex-start;
  padding: 60px 100px 80px 100px;
}
body.knowledge .content .knowledge-01 .cp-horizontal-text .title {
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 50px;
}
body.knowledge .content .knowledge-01 .cp-horizontal-text .text {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
  body.knowledge .content .knowledge-01 .cp-horizontal-text {
    padding: 20px 6% 20px 6%;
  }
  body.knowledge .content .knowledge-01 .cp-text .title {
    margin-bottom: 20px;
  }
}
body.knowledge .content .knowledge-02 {
  margin-bottom: 80px;
}
body.knowledge .content .knowledge-02 .cp-horizontal-text{
  flex-direction: column;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
}
body.knowledge .content .knowledge-02 .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 20px 0 30px;
}
body.knowledge .content .knowledge-02 .text {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
  body.knowledge .content .knowledge-02 .cp-horizontal-text{
    padding-left: 0;
    padding-right: 0;
  }
  body.knowledge .content .knowledge-02 .title{
    margin-bottom: 10px;
  }
}
body.knowledge .content .knowledge-03 {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}
body.knowledge .content .knowledge-03 .cp-horizontal-text {
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 80px 60px 80px;
}
body.knowledge .content .knowledge-03 .title {
  margin-bottom: 5px;
  font-size: 32px;
  font-size: 3.2rem;
}
body.knowledge .content .knowledge-03 .description {
  margin-bottom: 30px;
  padding: 5px 15px;
  border: 1px solid #ccc;
  font-size: 13px;
  font-size: 1.3rem;
}
body.knowledge .content .knowledge-03 .sub-title {
  margin-bottom: 5px;
  color: #008D47;
  font-weight: 500;
}
body.knowledge .content .knowledge-03 .text {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
  body.knowledge .content .knowledge-03 .cp-horizontal-text {
    padding: 20px 6% 20px 6%;
  }
  body.knowledge .content .knowledge-03 .description{
    margin-bottom: 20px;
  }
}
body.max.howto3 .content {
  padding-bottom: 0;
}
@media screen and (max-width: 1200px) {
  body.max.howto3 .content {
    padding-bottom: 0;
  }
}

.bdr-bg-block {
  position: relative;
  margin-top: 40px;
  padding-top: 1px;
  padding-bottom: 40px;
}
.container .main > .bdr-bg-block:last-child,
.container-inner > .bdr-bg-block:last-child {
  margin-bottom: 1px;
}
.bdr-bg-block::before {
  content: "";
  height: 100%;
  left: -1000%;
  margin: 0;
  max-width: 2000%;
  position: absolute;
  right: 1000%;
  width: 2000%;
  background: url(/albums/css/basic2-blocks2/abm00012618.png) repeat;
}
.bdr-bg-block + * {
  margin-top: 40px;
}
.bdr-bg-block > *{
  position: relative;
}
.bdr-bg-block > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .bdr-bg-block .cp-h4-text .text01{
    display: none;
  }
  .bdr-bg-block .cp-h4-text .text02{
    display: block;
    margin-top: -10px;
  }
}
.comparison-title-wrap {
  padding-top: 6px;
  margin: 30px 0 40px 0;
}
.comparison-title {
  background-color: #0DAEE7;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  padding: 5px 20px;
}
.comparison-ti.cp-ti {
  margin-bottom: 60px;
}
.comparison-ti.cp-ti .cp-text {
  padding-right: 13.2%;
}
.comparison-ti.cp-ti .comparison-ti-title {
  font-size: 48px;
  font-size: 4.8rem;
  border-bottom: 1px solid #999;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .comparison-ti.cp-ti .cp-text {
    padding-right: 0;
  }
  .comparison-ti.cp-ti .comparison-ti-title {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
.cp-h3-text.cp-all.cp-backet-h3{
  background: url(/albums/css/basic2-blocks2/abm00012617.png) no-repeat left center;
  padding: 20px 0 0 80px;
  min-height: 69px;
  line-height: 1.6;
  font-size: 20px;
  font-size: 2rem;
}
.cp-h3-text.cp-all.cp-backet-h3::before,
.cp-h3-text.cp-all.cp-backet-h3::after {
  content: none;
}
.under-title-text{
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .under-title-text{
    font-size: 38px;
    font-size: 3.8rem;
  }
}
.education03-point-01,
.education03-point-02{
  margin-bottom: 60px;
}
.education03-01,
.education03-04{
  float: right;
  width: 48.25%;
}
.education03-02,
.education03-03{
  float: left;
  width: 48.25%;
}
.education03-title{
  font-size: 48px;
  font-size: 4.8rem;
}
.education03-subtitle {
  padding: 8px 24px;
  margin-bottom: 30px;
  border-top: 2px solid #ccc;
  background-color: #eee;
  font-size: 20px;
  font-size: 2rem;
}

.education03-02 .education03-subtitle{
  color: #FFF;
  border-color: #0B93BF;
  background-color: #0DAEE7;
}
.education03-03 .education03-subtitle{
  color: #FFF;
  border-color: #008E48;
  background-color: #00BF60;
}
.education03-04 .education03-subtitle{
  color: #FFF;
  border-color: #EC6C04;
  background-color: #F4A76A;
}

@media screen and (max-width: 1200px) {
  .education03-point-01 {
    margin-bottom: 40px;
  }
  .education03-01{
    text-align: center;
    margin-bottom: 40px;
  }
  .education03-03 {
    margin-bottom: 40px;
  }
  .education03-01,
  .education03-02,
  .education03-03,
  .education03-04{
    float: none;
    width: 100%;
  }
  .education03-title{
    font-size: 38px;
    font-size: 3.8rem;
  }
}
.comparison-title.green {
  background-color: #00BF60;
}
.comparison-title.orange {
  background-color: #F4A76A;
}

.education04-check {
  padding: 30px 35px;
  border: 4px solid #008C46;
  background-color: #fff;
}
.education04-check .check-title {
  padding-left: 4px;
  letter-spacing: 4px;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 600;
}
.education04-check .check-subtitle {
  margin-bottom: 15px;
  margin-top: 15px;
  color: #008C46;
  line-height: 1.6;
  font-size: 22px;
  font-size: 2.2rem;
}
.education04-check .check-img {
  float: right;
  width: 42%;
  padding-left: 4%;
  text-align: center;
}
.education04-check .check-textarea {
  float: left;
  width: 58%;
}
@media screen and (max-width: 1200px) {
  .education04-check {
    padding: 20px 6%;
  }
  .education04-check .check-img {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .education04-check .check-textarea {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
[data-area="content"] .education04-table {
  position: relative;
  margin-bottom: 80px;
}
[data-area="content"] .education04-table .table-img {
  height: 133px;
  width: auto;
  margin-bottom: 10px;
  text-align: center;
}
[data-area="content"] .education04-table .table-img img {
  height: 100%;
  width: auto;
}
[data-area="content"] .education04-table .table-title {
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
}
[data-area="content"] .education04-table .table-subtitle {
  color: #fff;
  background-color: #008E48;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 2px 0;
  margin-bottom: 10px;
  text-align: center;
}
[data-area="content"] .education04-table th{
  font-weight: 300;
  padding: 0 0 25px 0;
  border: none;
  vertical-align: top;
}
[data-area="content"] .education04-table td{
  padding: 0;
  border: none;
  vertical-align: top;
}
[data-area="content"] .education04-table tr th:nth-child(1),
[data-area="content"] .education04-table tr td:nth-child(1) {
  width: 19.3%;
}
[data-area="content"] .education04-table tr th:nth-child(2),
[data-area="content"] .education04-table tr td:nth-child(2) {
  width: 26.9%;
  padding-left: 2.7%;
}
[data-area="content"] .education04-table tr th:nth-child(3),
[data-area="content"] .education04-table tr td:nth-child(3) {
  width: 53.8%;
  padding-left: 5.6%;
}
[data-area="content"] .education04-table .table-text {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
[data-area="content"] .education04-table .td-wrap {
  padding: 15px 0;
  border-top: 1px solid #ccc;
}
[data-area="content"] .education04-table .td-text {
  float: left;
  width: 59.5%;
  font-size: 14px;
  font-size: 1.4rem;
}
[data-area="content"] .education04-table .td-title{
  margin-bottom: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
}
[data-area="content"] .education04-table .td-img {
  float: right;
  width: 36.5%;
}
[data-area="content"] .education04-table tr td:first-child{
  background: url(/albums/css/basic2-blocks2/abm00012618.png) center center repeat;
}
[data-area="content"] .education04-table tr td:first-child .td-wrap {
  padding: 15px 20px;
  border-top: 2px solid #008D47;
  color: #008D47;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
}

[data-area="content"] .education04-table tr td.td-lesson .td-wrap {
  border-top: none;
}
[data-area="content"] .education04-table tr td.td-lesson .td-wrap:last-child{
  padding-bottom: 0;
}
[data-area="content"] .education04-table tr td.td-lesson .s-text {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
  [data-area="content"] .education04-table tr th .table-img img{
    height: auto;
  }
  [data-area="content"] .education04-table tr th:nth-child(2) .table-img{
    width: 22.5%;
    height: auto;
    margin: 0 auto 10px;
  }
  [data-area="content"] .education04-table tr th:nth-child(3) .table-img{
    width: 50%;
    height: auto;
    margin: 0 auto 10px;
  }
  [data-area="content"] .education04-table::after{
    content: none;
  }
  [data-area="content"] .education04-table tr th:nth-child(1),
  [data-area="content"] .education04-table tr td:nth-child(1),
  [data-area="content"] .education04-table tr th:nth-child(2),
  [data-area="content"] .education04-table tr td:nth-child(2),
  [data-area="content"] .education04-table tr th:nth-child(3),
  [data-area="content"] .education04-table tr td:nth-child(3){
    display: block;
    width: 100%;
    padding-left: 0;
  }
  [data-area="content"] .education04-table .table-text {
    text-align: center;
  }
  [data-area="content"] .education04-table .td-text,
  [data-area="content"] .education04-table .td-img{
    float: none;
    width: 100%;
  }
  [data-area="content"] .education04-table tr td:nth-child(2) .td-wrap{
    padding: 25px 25px 25px 105px;
    background: url(/albums/css/basic2-blocks2/abm00012634.png) 5px 22px no-repeat;
    background-size: 80px 50px;
  }
  [data-area="content"] .education04-table tr td:nth-child(3) .td-wrap{
    padding: 25px 25px 25px 105px;
    background: url(/albums/css/basic2-blocks2/abm00012635.png) 5px 22px no-repeat;
    background-size: 80px 50px;
  }
  [data-area="content"] .education04-table .td-text{
    margin-bottom: 15px;
  }
  [data-area="content"] .education04-table tr td.td-lesson{
    background: url(/albums/css/basic2-blocks2/abm00012635.png) 5px 22px no-repeat;
    background-size: 80px 50px;
  }
  [data-area="content"] .education04-table tr td.td-lesson .s-text{
    padding-left: 105px;
  }
  [data-area="content"] .education04-table tr td.td-lesson .td-wrap {
    background: none;
  }
}
.education04-study-block{
  position: relative;
  margin-bottom: 60px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 3px 3px 0px #ccc;
}
.education04-study-block .study-img {
  float: left;
  width: 280px;
}
.education04-study-block .study-textarea {
  float: right;
  width: calc(100% - 280px);
  padding: 35px 35px 15px 35px;
}
.education04-study0203{
  position: relative;
  padding-right: 100px;
}
.study-textarea::before{
  content: "";
  position: absolute;
  height: 50px;
  width: 1px;
  border-left: 2px solid #999;
  left: 24vw;
  top: 100%;
}
.study-textarea::after{
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  left: 24vw;
  top: 100%;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  transform: rotate(45deg);
  margin-left: -14px;
  margin-top: 16px;
}
.education04-study04 .study-textarea::before,
.education04-study04 .study-textarea::after{
  content: none;
}

.education04-study0203::before {
  content: "";
  position: absolute;
  height: calc(100% + 106px);
  width: 1px;
  border-right: 2px solid #999;
  right: 49px;
  top: -46px;
}
.education04-study0203::after {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  right: 35px;
  top: -41px;
  border-left: 2px solid #999;
  border-top: 2px solid #999;
  transform: rotate(45deg);
}
.education04-study-block .study-subtitle {
  font-size: 18px;
  font-size: 1.8rem;
  color: #008D47;
  line-height: 1.6;
  margin-bottom: 5px;
}
.education04-study-block .study-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
.education04-study-block .study-text {
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .education04-study {
    padding-top: 40px;
  }
  .education04-study0203{
    padding-right: 0;
  }
  .education04-study0203::before,
  .education04-study0203::after{
    content: none;
  }
  .education04-study {
    padding-right: 60px;
  }
  .education04-study::before {
    content: "";
    position: absolute;
    height: calc(100% - 340px);
    width: 40px;
    border-right: 2px solid #999;
    right: 0;
    top: 190px;
    border-top: 2px solid #999;
    border-bottom: 2px solid #999;
  }
  .education04-study::after {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    right: 6px;
    top: 176px;
    border-left: 2px solid #999;
    border-top: 2px solid #999;
    transform: rotate(-45deg);
  }
  .education04-study-block .study-img {
    float: none;
    width: 100%;
  }
  .education04-study-block .study-img img{
    width: 100%;
    height: auto;
  }
  .education04-study-block .study-textarea {
    float: none;
    width: 100%;
    padding: 20px 6%;
  }
  .education04-study-block .study-title{
    font-size: 27px;
    font-size: 2.7rem;
  }
  .study-textarea::before{
    left: 50%;
  }
  .study-textarea::after{
    left: 50%;
  }
}

.admission-info .info-box {
  width: 31.66%;
  margin-left: 2.51%;
  margin-bottom: 30px;
  vertical-align: top;
  border: 5px solid #000;
  padding: 35px 3.75%;
  background-color: #fff;
  text-align: center;
}
.admission-info .info-box:nth-child(3n+1) {
  margin-left: 0;
}
.admission-info {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 80px;
}
.admission-info .info-box .head {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #000;
  background-position: 2% 75%;
  background-repeat: no-repeat;
  background-size: 24px 38px;
}
.admission-info .info-box ul {
  display: inline-block;
  text-align: left;
}
.admission-info .info-box li {
  position: relative;
  padding-left: 40px;
  font-size: 14px;
  font-size: 1.4rem;
}
.admission-info .info-box li a::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(/albums/css/basic2-blocks2/abm00008744.svg);
  background-repeat:no-repeat;
  background-position: center center;
  background-size: 15px 15px;
}

.admission-info .faculty-box{
  border-color: #008E48;
}
.admission-info .faculty-box .head{
  border-color: #008E48;
  background-image: url(/albums/css/basic2-blocks2/abm00012848.svg);
}
.admission-info .faculty-box li a::before{
  background-color: #008E48;
}

.admission-info .graduate-box{
  border-color: #91835F;
}
.admission-info .graduate-box .head{
  border-color: #91835F;
  background-image: url(/albums/css/basic2-blocks2/abm00012847.svg);
}
.admission-info .graduate-box li a::before{
  background-color: #91835F;
}

.admission-info .lawschool-box{
  border-color: #56608C;
}
.admission-info .lawschool-box .head{
  border-color: #56608C;
  background-image: url(/albums/css/basic2-blocks2/abm00012846.svg);
}
.admission-info .lawschool-box li a::before{
  background-color: #56608C;
}
@media screen and (max-width: 1200px) {
  .admission-info .info-box {
    width: 100%;
    margin-left: 0;
  }
}

.addmiss_info-sns {
  position: relative;
  padding: 40px;
}
.addmiss_info-sns::before {
  content: "";
  height: 100%;
  top: 0;
  left: -1000%;
  margin: 0;
  max-width: 2000%;
  position: absolute;
  right: 1000%;
  width: 2000%;
  background-color: #fff;
}
.addmiss_info-sns > div {
  position: relative;
  display: inline-block;
  width: 28.572%;
  margin-left: 6.8%;
  vertical-align: top;
}
.addmiss_info-sns > div:first-child {
  margin-left: 0;
}
.addmiss_info-sns .sns-title {
  text-align: center;
}
.addmiss_info-sns .sns-title img {
  width: 34px;
  height: 34px;
  display: block;
  margin: 0 auto;
}
.addmiss_info-sns .sns-title a {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #008C46;
}
.addmiss_info-sns .sns-title a::after {
  content: none;
}
.addmiss_info-sns .youtube .sns-title,
.addmiss_info-sns .line .sns-title {
  margin-bottom: 15px;
}
.addmiss_info-sns .twitter-content{
  text-align: center;
}
.addmiss_info-sns .youtube-content {
  position: relative;
  padding-top: 56.25%;
}
.addmiss_info-sns .youtube-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.addmiss_info-sns .line-content{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.addmiss_info-sns .line-content img{
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1200px){
  .addmiss_info-sns {
    padding: 40px 4%;
  }
  .addmiss_info-sns > div {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .addmiss_info-sns .youtube-content {
    margin-bottom: 30px;
  }
}

.admiss_info-foot-navi{
  padding: 60px 0;
  background: url(/albums/css/basic2-blocks2/abm00012890.png) #008E48 repeat center center;
}
.admiss_info-foot-navi a[target="_blank"]::after {
  content: none;
}
.admiss_info-foot-navi-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
}
.admiss_info-foot-navi-top {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
  color: #fff;
}
.admiss_info-foot-navi-top a{
  color: #fff;
}
.admiss_info-foot-navi-top  > div {
  width: 32.8%;
  height: 140px;
  margin-left: 0.8%;
  text-align: center;
  background-color: rgba(0,0,0,0.3);
}
.admiss_info-foot-navi-top > div:first-child {
  margin-left: 0;
}
.admiss_info-foot-navi-top-div-wraplink{
  display: block;
  height: 140px;
  padding-top: 35px;
}
.admiss_info-foot-navi-top img{
  display: block;
  width: 54px;
  height: 54px;
  margin: 0 auto 10px auto;
}
.admiss_info-foot-navi-middle {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
  color: #333;
}
.admiss_info-foot-navi-middle a{
  color: #333;
}
.admiss_info-foot-navi-middle > div {
  width: 32.8%;
  height: 140px;
  margin-left: 0.8%;
  text-align: center;
  background-color: #fff;
}
.admiss_info-foot-navi-middle > div:first-child {
  margin-left: 0;
}
.admiss_info-foot-navi-middle .sns-inner{
  padding: 37px 0 15px 0;
}
.admiss_info-foot-navi-middle .sns-inner > a{
  margin: 0 16px;
}
.admiss_info-foot-navi-middle .sns img{
  width: 50px;
  height: 50px;
}
.admiss_info-foot-navi-middle .senshu-navi a{
  display: block;
  height: 140px;
  padding: 9px 10px 0 10px;
}
.admiss_info-foot-navi-middle-yumenavi-wraplink{
  display: block;
  height: 140px;
  padding-top: 23px;
}
.admiss_info-foot-navi-middle-yumenavi-wraplink img{
  display: block;
  margin: 0 auto;
}

.admiss_info-foot-navi-bottom{
  color: #fff;
  background-color: rgba(0,0,0,0.3);
}
.admiss_info-foot-navi-bottom a{
  color: #fff;
}
.admiss_info-foot-navi-bottom .bottom-text01 {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 30px 6%;
}
.admiss_info-foot-navi-bottom .bottom-text02 {
  text-align: center;
  font-size: 14px;
  padding: 15px 6%;
}
.admiss_info-foot-navi-bottom dl {
  width: 41%;
  float: left;
  display: table;
  line-height: 1.6;
  margin-right: 6%;
}
.admiss_info-foot-navi-bottom dl:first-child{
  margin-left: 6%;
}
.admiss_info-foot-navi-bottom dl dt {
  display: table-cell;
  width: 110px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
.admiss_info-foot-navi-bottom dl dd {
  display: table-cell;
  border-left: 1px solid #fff;
  padding-left: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
.admiss_info-foot-navi-bottom dl dd div{
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 1200px){
  .admiss_info-foot-navi-inner {
    padding: 0 8%;
  }
  .admiss_info-foot-navi-top{
    display: block;
  }
  .admiss_info-foot-navi-top > div{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .admiss_info-foot-navi-top-div-wraplink{
    height: auto;
    padding-bottom: 20px;
  }
  .admiss_info-foot-navi-middle{
    display: block;
  }
  .admiss_info-foot-navi-middle > div{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .admiss_info-foot-navi-middle .sns{
    padding-bottom: 10px;
  }
  .admiss_info-foot-navi-middle .senshu-navi a{
    height: auto;
    padding: 20px 10px;
  }
  .admiss_info-foot-navi-middle-yumenavi-wraplink{
    height: auto;
    padding: 20px 10px;
  }
  .admiss_info-foot-navi-bottom dl{
    display: block;
    width: 88%;
    float: none;
    margin: 0 6%;
  }
  .admiss_info-foot-navi-bottom dl dt{
    display: block;
    width: 100%;
  }
  .admiss_info-foot-navi-bottom dl dd{
    display: block;
    width: 100%;
    margin-top: 5px;
    padding-top: 5px;
    padding-left: 0;
    border-top: 1px solid #fff;
    border-left: none;
  }
  .admiss_info-foot-navi-bottom dl:first-child{
    margin-bottom: 15px;
  }
}

.sdgs-refine-list {
  display: -ms-flex;
  display: flex;
  margin-top: 80px;
  margin-bottom: 30px;
  line-height: 1.55;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 1200px){
  .sdgs-refine-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.sdgs-refine-item {
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  width: 100%;
  height: 160px;
  padding: 10px;
  border: 10px solid #dcdcdc;
  cursor: pointer;
  margin-right: 13px;
  transition: border 0.2s;
}
@media screen and (max-width: 1200px){
  .sdgs-refine-item {
    width: calc(50% - 5px);
    height: 120px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.sdgs-refine-item:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1200px){
  .sdgs-refine-item:nth-child(2n) {
    margin-right: 0;
  }
}
.sdgs-refine-item:hover,
.sdgs-refine-item.active {
  border-color: #3E9D5F;
}
.sdgs-refine-box-wrap {
  margin-bottom: 30px;
}
.sdgs-refine-box {
  display: none;
  border: 4px solid #3E9D5F;
  padding: 36px 36px 26px 36px;
  background: #F0F0F0;
}
@media screen and (max-width: 1200px){
  .sdgs-refine-box {
    padding: 20px 6% 10px 6%;
  }
}
#froala-editor .sdgs-refine-box,
.sdgs-refine-box.active {
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sdgs-refine-box.cat-1 > div,
.sdgs-refine-box.cat-3 > div,
.sdgs-refine-box.cat-4 > div {
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  width: calc(33.33% - 7px);
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 11px 10px 10px 10px;
  border: 1px solid #dcdcdc;
  background: #fff;
  cursor: pointer;
}
@media screen and (max-width: 1200px){
  .sdgs-refine-box.cat-1 > div,
  .sdgs-refine-box.cat-3 > div,
  .sdgs-refine-box.cat-4 > div {
    width: calc(50% - 5px);
  }
}
.sdgs-refine-box.cat-1 > div:nth-child(3n),
.sdgs-refine-box.cat-3 > div:nth-child(3n),
.sdgs-refine-box.cat-4 > div:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1200px){
  .sdgs-refine-box.cat-1 > div:nth-child(3n),
  .sdgs-refine-box.cat-3 > div:nth-child(3n),
  .sdgs-refine-box.cat-4 > div:nth-child(3n) {
    margin-right: 10px;
  }
  .sdgs-refine-box.cat-1 > div:nth-child(2n),
  .sdgs-refine-box.cat-3 > div:nth-child(2n),
  .sdgs-refine-box.cat-4 > div:nth-child(2n) {
    margin-right: 0;
  }
}
.sdgs-refine-box.cat-5 > div {
  width: calc(16.66% - 9px);
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
@media screen and (max-width: 1200px){
  .sdgs-refine-box.cat-5 > div {
    width: calc(33.33% - 7px);
  }
}
.sdgs-refine-box.cat-5 > div:nth-child(6n) {
  margin-right: 0;
}
@media screen and (max-width: 1200px){
  .sdgs-refine-box.cat-5 > div:nth-child(3n) {
    margin-right: 0;
  }
}

.sgds-list {
  margin-bottom: 40px;
  border: 1px solid #dcdcdc;
  font-size: 14px;
  font-size: 1.4rem;
}
.sgds-list.non-active {
  display: none;
}
.sgds-list ~ br {
  display: none;
}
.sgds-list .title {
  padding: 10px 20px;
  border-bottom: 1px solid #dcdcdc;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
}
.sgds-list .detail-wrap {
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sgds-list .detail {
  display: -ms-flex;
  display: flex;
  width: 50%;
  border-bottom: 1px solid #dcdcdc;
}
.sgds-list .detail:nth-child(2n) {
  border-left: 1px solid #dcdcdc;
}
.sgds-list .detail .name {
  width: 120px;
  background: #f0f0f0;
  padding: 3px 9px;
  border-right: 1px solid #dcdcdc;
}
.sgds-list .detail .text {
  width: calc(100% - 120px);
  padding: 3px 9px;
}
.sgds-list .goals {
  padding: 15px 20px;
}
.sgds-list .goals img {
  width: 50px;
  height: 50px;
  margin: 2px;
}
@media screen and (max-width: 1200px){
  .sgds-list .detail {
    width: 100%;
  }
  .sgds-list .detail:nth-child(2n) {
    border-left: none;
  }
}

/*学部*/
.bungakubu-teacher-list {
  display: -ms-flex;
  display: flex;
}
.bungakubu-teacher-list + .bungakubu-teacher-list {
  border-top: #BBB 1px solid;
  padding-top: 30px;
  margin-top: 30px;
}
.bungakubu-teacher-list .teacher-image {
  width: 190px;
}
.bungakubu-teacher-list .teacher-image:empty {
  display: none;
}
.bungakubu-teacher-list .right-teacher-data {
  margin-left: 40px;
  width: calc(100% - 230px);
}
.bungakubu-teacher-list .teacher-image:empty + .right-teacher-data {
 width: 100%;
 padding-left: 0;
}
.right-teacher-data .catch-copy {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.5;
}
.right-teacher-data .teacher-name {
  color: #70AD47;
  font-weight: 600;
  font-size: 26px;
  font-size: 2.6rem;
}
.right-teacher-data .teacher-name > .cp-inner {
  display: inline-block;
}
.right-teacher-data .image-area{
  margin: 5px 0 10px 0;
}
.right-teacher-data .image-area img{
  display: block;
}
.right-teacher-data .teacher-name .position {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 15px;
  color: #333;
}
.right-teacher-data .teach-info {
  line-height: 1.8;
}
.right-teacher-data .bt-teacher-page {
  margin-top: 15px;
}
.right-teacher-data .bt-teacher-page .cp-inner {
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.right-teacher-data .bt-teacher-page a {
  display: inline-block;
  width: calc(33.333% - 5px);
  margin-right: 5px;
  margin-bottom: 5px;
  border: #CCCCCC 1px solid;
  padding: 8px 0;
  text-align: center;
}
.right-teacher-data .bt-teacher-page br{
  display: none;
}
.right-teacher-data .bt-teacher-page a br{
  display: block;
}
@media screen and (max-width: 1200px) {
  .bungakubu-teacher-list {
    flex-direction: -ms-column;
    flex-direction: column;
  }
  .bungakubu-teacher-list .teacher-image {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .bungakubu-teacher-list .right-teacher-data {
    margin-left: 0;
    width: 100%;
  }
  .right-teacher-data .bt-teacher-page a {
    display: block;
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .right-teacher-data .bt-teacher-page a:last-child {
    margin-bottom: 0;
  }
}

.gakubu-manabi-flow-wrap {
  margin-top: 10px;
}
.gakubu-manabi-flow-wrap .manabi-flow-inner {
  margin-bottom: 15px;
}
.gakubu-manabi-flow-wrap .manabi-flow-title {
  width: 27%;
  display: inline-block;
  vertical-align: middle;
  background-color: #F6F6F9;
  color: #00AAE6;
  text-align: center;
  padding: 20px 1px;
  font-size: 20px;
  font-weight: 500;
}
.gakubu-manabi-flow-wrap .manabi-flow-text {
  width: 70%;
  padding-left: 3%;
  display: inline-block;
  vertical-align: middle;
  font-size:14px;
  font-size:1.4rem;
  line-height: 180%;
  font-weight: 200;
}
@media screen and (max-width: 639px) {
.gakubu-manabi-flow-wrap .manabi-flow-title {
  width: 100%;
  display: block;
}
.gakubu-manabi-flow-wrap .manabi-flow-text {
  width: 100%;
  padding-left: 0;
  display: block;
  margin-top: 10px;
}
}
.gakubu-manabi-flow-wrap.course {
  margin-top: 40px;
}
.gakubu-manabi-flow-wrap.course .manabi-flow-course {
  border: #00AAE6 3px solid;
  padding: 20px 0;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 639px) {
.gakubu-manabi-flow-wrap.course .manabi-flow-course {
  text-align: center;
  padding-left: 0;
}
}

.h-text-wraps {
  margin-top: 60px;
}
.h-text-wraps .h-text-inner {
  margin-bottom: 20px;
  border: #00AAE6 3px solid;
}
.h-text-wraps .h-text-title {
  width: 27%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 22px 5px;
  font-size: 20px;
  font-weight: 600;
  background-color: #00AAE6;
  color: #FFFFFF;
}
.h-text-wraps .h-text-readtext {
  width: 70%;
  padding-left: 3%;
  display: inline-block;
  vertical-align: middle;
  line-height: 180%;
}
body.economics4 .h-text-wraps .h-text-inner { border-color: #00AAE6; }
body.economics4 .h-text-wraps .h-text-title { background-color: #00AAE6; }
body.law4 .h-text-wraps .h-text-inner { border-color: #55B435; }
body.law4 .h-text-wraps .h-text-title { background-color: #55B435; }
body.business4 .h-text-wraps .h-text-inner { border-color: #006CB6; }
body.business4 .h-text-wraps .h-text-title { background-color: #006CB6; }
body.commerce4 .h-text-wraps .h-text-inner { border-color: #ED7601; }
body.commerce4 .h-text-wraps .h-text-title { background-color: #ED7601; }
body.letters4 .h-text-wraps .h-text-inner { border-color: #009D96; }
body.letters4 .h-text-wraps .h-text-title { background-color: #009D96; }
body.network4 .h-text-wraps .h-text-inner { border-color: #51308D; }
body.network4 .h-text-wraps .h-text-title { background-color: #51308D; }
body.humansciences4 .h-text-wraps .h-text-inner { border-color: #EB6C99; }
body.humansciences4 .h-text-wraps .h-text-title { background-color: #EB6C99; }
body.global4 .h-text-wraps .h-text-inner { border-color: #E86B07; }
body.global4 .h-text-wraps .h-text-title { background-color: #E86B07; }
body.nibu4 .h-text-wraps .h-text-inner { border-color: #033B8E; }
body.nibu4 .h-text-wraps .h-text-title { background-color: #033B8E; }

@media screen and (max-width: 639px) {
.h-text-wraps .h-text-inner {
  width: 100%;
  display: block;
}
.h-text-wraps .h-text-title {
  width: 100%;
  display: block;
}
.h-text-wraps .h-text-readtext {
  width: 100%;
  padding-left: 0;
  display: block;
  padding: 10px;
  text-align: center;
}
}
.h-text-wraps.senshu-color .h-text-inner {
  border: #008E48 3px solid;
}
.h-text-wraps.senshu-color .h-text-title {
  background-color: #008E48;
  color: #FFFFFF;
}

.h-text-wrap {
  margin-top: 40px;
}
.h-text-wrap .h-text-inner {
  margin-bottom: 20px;
  border: #333 3px solid;
  display: table;
  width: 100%;
}
.h-text-wrap .left-bg-wp {
  width: 6.9%;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.h-text-wrap .right-text-wp {
  width: 93.1%;
  display: table-cell;
  vertical-align: middle;
}
.h-text-wrap .h-text-readtext {
  width: 100%;
  padding: 5px 10px 5px 3%;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.8;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 1200px) {
  .h-text-wrap .h-text-inner {
    width: 100%;
  }
  .h-text-wrap .left-bg-wp {
    width: 15%;
  }
  .right-text-wp {
    padding: 2% 3%;
  }
  .h-text-wrap .h-text-readtext {
    width: 100%;
    line-height: 1.6;
    padding-left: 0;
  }
}
.h-text-wrap.gr .left-bg-wp{
  background-image: url(/albums/css/basic2-blocks2/abm00001939.png);
}
.h-text-wrap.gr .h-text-inner{
  border-color: #578D69;
}
.h-text-wrap.yg .left-bg-wp{
  background-image: url(/albums/css/basic2-blocks2/abm00001940.png);
}
.h-text-wrap.yg .h-text-inner{
  border-color: #93AD4A;
}

.keiei-curriculum-top-wrap {
  margin-top: 50px;
}
.keiei-curriculum-top-wrap .h-text-wrap .h-text-inner {
  margin-bottom: 25px;
  border: #1BB7CD 3px solid;
  font-size: 20px;
  font-weight: 600;
  line-height: 200%;
}
.keiei-curriculum-top-wrap .h-text-wrap .h-text-title {
  width: 27%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 22px 5px;
  background-color: #1BB7CD;
  color: #FFFFFF;
}
.keiei-curriculum-top-wrap .h-text-wrap .h-text-readtext {
  width: 70%;
  padding-left: 3%;
  display: inline-block;
  vertical-align: middle;
}
.keiei-curriculum-top-wrap .text-wrap {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 200%;
  margin-top: 40px;
}
.keiei-curriculum-top-wrap .kamoku-list-wrap {
  margin-top: 60px;
  margin-bottom: 50px;
}
.kamoku-list-wrap .title-border-list {
  margin-bottom: 10px;
}
.keiei-curriculum-top-wrap .kamoku-list-wrap .border-title .cp-inner:empty,
.keiei-curriculum-top-wrap .kamoku-list-wrap .border-title-text .cp-inner:empty {
  display: none;
}
.keiei-curriculum-top-wrap .kamoku-list-wrap .border-title {
  width: 27%;
  display: inline-block;
  vertical-align: middle;
}
.keiei-curriculum-top-wrap .kamoku-list-wrap .border-title .cp-inner {
  border: 2px #1BB7CD solid;
  color: #1BB7CD;
  text-align: center;
  padding: 20px 1px;
  font-size: 20px;
  font-weight: 500;
}
.keiei-curriculum-top-wrap .kamoku-list-wrap .border-title-text {
  width: 70%;
  padding-left: 3%;
  display: inline-block;
  vertical-align: middle;
}
.keiei-curriculum-top-wrap .kamoku-list-wrap .border-title-text .cp-inner {
  font-size:15px;
  font-size:1.5rem;
  line-height: 180%;
  font-weight: 200;
}
@media screen and (max-width: 639px) {
  .keiei-curriculum-top-wrap .h-text-wrap .h-text-inner {
    width: 100%;
    display: block;
  }
  .keiei-curriculum-top-wrap .h-text-wrap .h-text-title {
    width: 100%;
    display: block;
  }
  .keiei-curriculum-top-wrap .h-text-wrap .h-text-readtext {
    width: 100%;
    padding-left: 0;
    display: block;
    padding: 10px;
    text-align: center;
  }
  .keiei-curriculum-top-wrap .kamoku-list-wrap .border-title {
    width: 100%;
    display: block;
  }
  .keiei-curriculum-top-wrap .kamoku-list-wrap .border-title-text {
    width: 100%;
    padding-left: 0;
    display: block;
    margin-top: 10px;
  }
}

.keiei-curriculum-top-wrap.color-step2 .h-text-wrap .h-text-inner {
  border: #F18E38 3px solid;
}
.keiei-curriculum-top-wrap.color-step2 .h-text-wrap .h-text-title {
  background-color: #F18E38;
}
.keiei-curriculum-top-wrap.color-step2 .kamoku-list-wrap .border-title .cp-inner {
  border: 2px #F18E38 solid;
  color: #F18E38;
}
.keiei-curriculum-top-wrap.color-step2 .interview-border-wrap {
  border: #F18E38 2px solid;
}
.keiei-curriculum-top-wrap.color-step2 .interview-border-wrap .interview-title-text {
  color: #F18E38;
}
.keiei-curriculum-top-wrap.color-step2 .interview-professor-right .icon-kamoku-list {
  background-color: #F18E38;
}
.keiei-curriculum-top-wrap.color-step2 .interview-ttimg-wrap .interview-ttimg-left .inner-title{
  color: #F18E38;
}
.keiei-curriculum-top-wrap.color-step2 .interview-professor-right .bottom-kamoku-title {
  color: #F18E38;
}

.keiei-curriculum-top-wrap.color-step3 .h-text-wrap .h-text-inner {
  border: #EB6D8E 3px solid;
}
.keiei-curriculum-top-wrap.color-step3 .h-text-wrap .h-text-title {
  background-color: #EB6D8E;
}
.keiei-curriculum-top-wrap.color-step3 .kamoku-list-wrap .border-title .cp-inner {
  border: 2px #EB6D8E solid;
  color: #EB6D8E;
}
.keiei-curriculum-top-wrap.color-step3 .interview-border-wrap {
  border: #EB6D8E 2px solid;
}
.keiei-curriculum-top-wrap.color-step3 .interview-border-wrap .interview-title-text {
  color: #EB6D8E;
}
.keiei-curriculum-top-wrap.color-step3 .interview-professor-right .icon-kamoku-list {
  background-color: #EB6D8E;
}
.keiei-curriculum-top-wrap.color-step3 .interview-ttimg-wrap .interview-ttimg-left .inner-title{
  color: #EB6D8E;
}
.keiei-curriculum-top-wrap.color-step3 .interview-professor-right .bottom-kamoku-title {
  color: #EB6D8E;
}

.main-visual,
.admission-visual{
  position: relative;
}

.main-visual:hover .main-visual-nav {
  opacity: 1;
  transition: 1.0s linear 0.5s;
  pointer-events: auto;
}

.main-visual .inner,
.admission-visual .inner{
  display: none;
}
.main-visual .inner.slick-initialized,
.admission-visual .inner.slick-initialized {
  display: block;
}

.main-visual .inner .slick-slide,
.admission-visual .inner .slick-slide{
  background: #000;
  overflow: hidden;
}

.main-visual .inner .slick-slide br,
.admission-visual .inner .slick-slide br{
  display: none;
}

.main-visual .inner .slick-slide a,
.admission-visual .inner .slick-slide a{
  display: block;
}

.main-visual .inner .slick-slide a:hover,
.admission-visual .inner .slick-slide a:hover{
  opacity: 0.7;
}

.main-visual .inner .slick-slide img,
.admission-visual .inner .slick-slide img{
  width: 100%;
  height: auto;
}

@media screen and (max-width: 900px) {
  .main-visual .inner .slick-slide img {
    width: 140%;
    max-width: none;
    margin-left: -20%;
  }
}

.main-visual .main-visual-nav {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  width: 13.044%;
  height: calc(100% - 60px);
  padding: 0.653% 0.544% 0.653% 0.544%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.85);
  opacity: 0;
  transition: 0.2s linear 0s;
  pointer-events: none;
}
.main-visual .main-visual-nav.slick-initialized {
  display: block;
}
@media screen and (max-width: 1200px) {
  .main-visual .main-visual-nav {
    display: none !important;
  }
}

.main-visual .main-visual-nav .slick-track {
  margin-top: -45%;
}
.main-visual .main-visual-nav .slick-slide {
  border: none;
  margin: 1.37% 0;
  cursor: pointer;
  transition: 0.2s;
}
.main-visual .main-visual-nav .slick-slide:hover {
  opacity: 0.7;
}
.main-visual .main-visual-nav .slick-slide img {
  width: 100%;
}

.main-visual .slick-counter-wrap,
.admission-visual .slick-counter-wrap{
  position: absolute;
  bottom: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-width: 240px;
  width: 13.044%;
  height: 60px;
  background: #222;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .main-visual .slick-counter-wrap,
  .admission-visual .slick-counter-wrap {
    position: relative;
    width: 100%;
    height: 45px;
  }
}

.main-visual .slick-counter-wrap .slick-arrow,
.admission-visual .slick-counter-wrap .slick-arrow{
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  color: transparent;
  font-size: 0;
}

@media screen and (max-width: 1200px) {
  .main-visual .slick-counter-wrap .slick-arrow,
  .admission-visual .slick-counter-wrap .slick-arrow {
    width: 45px;
    height: 45px;
  }
}

.main-visual .slick-counter-wrap .slick-arrow::before,
.admission-visual .slick-counter-wrap .slick-arrow::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 9px;
  height: 9px;
  margin-top: -2px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 1200px) {
  .main-visual .slick-counter-wrap .slick-arrow::before,
  .admission-visual .slick-counter-wrap .slick-arrow::before {
    margin-top: -4px;
  }
}

.main-visual .slick-counter-wrap .slick-arrow::after,
.admission-visual .slick-counter-wrap .slick-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: 2px;
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.2s;
}

@media screen and (max-width: 1200px) {
  .main-visual .slick-counter-wrap .slick-arrow::after,
  .admission-visual .slick-counter-wrap .slick-arrow::after {
    margin-top: 0;
  }
}

.main-visual .slick-counter-wrap .slick-arrow:hover::after,
.admission-visual .slick-counter-wrap .slick-arrow:hover::after{
  width: 30px;
}

@media screen and (max-width: 1200px) {
  .main-visual .slick-counter-wrap .slick-arrow:hover::after,
  .admission-visual .slick-counter-wrap .slick-arrow:hover::after {
    width: 25px;
  }
}

.main-visual .slick-counter-wrap .slick-prev,
.admission-visual .slick-counter-wrap .slick-prev {
  left: 0;
}

@media screen and (max-width: 1200px) {
  .main-visual .slick-counter-wrap .slick-prev,
  .admission-visual .slick-counter-wrap .slick-prev {
    left: 50%;
    margin-left: -140px;
  }
}

.main-visual .slick-counter-wrap .slick-prev::before,
.admission-visual .slick-counter-wrap .slick-prev::before{
  transform: rotate(-135deg);
  margin-left: -2px;
}
.main-visual .slick-counter-wrap .slick-prev::after,
.admission-visual .slick-counter-wrap .slick-prev::after {
  left: 50%;
  margin-left: -4px;
}
.main-visual .slick-counter-wrap .slick-next,
.admission-visual .slick-counter-wrap .slick-next {
  right: 0;
}

@media screen and (max-width: 1200px) {
  .main-visual .slick-counter-wrap .slick-next,
  .admission-visual .slick-counter-wrap .slick-next {
    right: 50%;
    margin-right: -140px;
  }
}

.main-visual .slick-counter-wrap .slick-next::before,
.admission-visual .slick-counter-wrap .slick-next::before{
  transform: rotate(45deg);
  margin-left: -6px;
}
.main-visual .slick-counter-wrap .slick-next::after,
.admission-visual .slick-counter-wrap .slick-next::after{
  right: 50%;
  margin-right: -4px;
}

.news-area.col2 {
  display: -ms-flex;
  display: flex;
}
.news-area.col2 .news-area-block {
  width: 48.3%;
}
.news-area.col2.permanent .news-area-block:nth-child(2n+1) {
  width: 65%;
}
.news-area.col2.permanent .news-area-block:nth-child(2n) {
  width: 31.6%;
}
.news-area.col2 .news-area-block:nth-child(2n) {
  margin-left: 3.4%;
}
@media screen and (max-width: 1200px) {
  .news-area.col2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-area.col2 .news-area-block,
  .news-area.col2.permanent .news-area-block:nth-child(2n+1),
  .news-area.col2.permanent .news-area-block:nth-child(2n) {
    width: 100%;
    margin-top: 20px;
  }
  .news-area.col2 .news-area-block:nth-child(2n) {
    margin-left: 0;
  }
}
.news-area .cp-h2-news,
.news-area .cp-h2-text,
.news-all-wrap .cp-h2-text {
  margin-bottom: 20px;  
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-size: 2.4rem;
}
.news-area .cp-h2-news::before,
.news-area .cp-h2-news::before,
.news-area .cp-h2-text::before,
.news-area .cp-h2-text::after,
.news-all-wrap .cp-h2-text::before,
.news-all-wrap .cp-h2-text::after {
  content: none;
}
.news-area .cp-h2-text.permanent,
.news-all-wrap .cp-h2-text.permanent {
  padding-top: 9px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .news-area .cp-h2-text.permanent,
  .news-all-wrap .cp-h2-text.permanent {
    padding-top: 0;
  }
}

body.top [data-area="content"] > table {
  width: calc(100% - 80px) !important;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  body.top [data-area="content"] > table {
    width: 94% !important;
  }
}

.important-table-news {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .important-table-news {
    width: 94%;
  }
}
.important-table-news a {
  color: #006f37;
}
.important-table-news table {
  border: 3px solid #333;
  background-color: inherit;
  border-color: inherit;
}
.important-table-news table tr:first-child th,
.important-table-news table tr:first-child td{
  background-color: inherit; 
  border: none;
}
.important-table-news table tr th,
.important-table-news table tr td{
  background-color: #fff;
  border: none;
}

/*ビジュアル設定*/
.transmit2.max .lower-visual {
  display: none;
}

/*石巻から複製したfeaturedのCSS（複製したブロック名はバナー４段組）*/
.ishinomaki-home__head {
  font-size: 4.0rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.0;
  margin-bottom: 36px;
}

@media only screen and (max-width: 1200px) {
  .ishinomaki-home__head {
    font-size: 2.4rem;
    margin-bottom: 18px;
  }
}

.ishinomaki-featured {
  background-color: #fff;
  padding-top: 68px;
  padding-bottom: 105px;
}

@media only screen and (max-width: 1200px) {
  .ishinomaki-featured {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}

.ishinomaki-featured__inner {
  max-width: 1480px;
  width: 100%;
  padding: 0 40px;
  margin: auto;
}

@media only screen and (max-width: 1200px) {
  .ishinomaki-featured__inner {
    padding: 0;
  }
}

.ishinomaki-featured__banners {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.ishinomaki-featured__banner {
  width: calc( (100% - 24px) / 4 );
  margin-right: 8px;
  margin-bottom: 5px;
  background-color: #000;
}

@media only screen and (max-width: 1200px) {
  .ishinomaki-featured__banner {
    width: calc( 50% - 4px);
  }
  .ishinomaki-featured__banner:nth-child(2n) {
    margin-right: 0;
  }
}

.ishinomaki-featured__banner img {
  width: 100%;
  height: auto;
}

.ishinomaki-featured__banner a:hover {
  opacity: .7;
}

.ishinomaki-featured__banner:nth-child(4n) {
  margin-right: 0;
}
